This commit is contained in:
urieljarethbusiness-cpu
2026-05-19 11:23:47 -06:00
parent d18ab1f618
commit 0df056445e
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -22,8 +22,6 @@ services:
- station-data:/app/data
expose:
- "3000"
ports:
- "3000:3000"
restart: unless-stopped
healthcheck:
test: ["CMD", "node", "-e", "fetch('http://127.0.0.1:3000').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))"]
-2
View File
@@ -22,8 +22,6 @@ services:
- station-data:/app/data
expose:
- "3000"
ports:
- "3000:3000"
restart: unless-stopped
healthcheck:
test: ["CMD", "node", "-e", "fetch('http://127.0.0.1:3000').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))"]