This commit is contained in:
urieljarethbusiness-cpu
2026-05-17 14:30:00 -06:00
parent 8e2a7eadd2
commit 7dc0f65045
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -16,12 +16,14 @@ services:
NODE_ENV: production
PORT: 3000
HOSTNAME: 0.0.0.0
SERVICE_FQDN_APP: ${SERVICE_FQDN_APP:-}
SERVICE_URL_APP: ${SERVICE_URL_APP:-}
volumes:
- station-data:/app/data
expose:
- "3000"
ports:
- "3000"
- "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))"]
+3 -1
View File
@@ -16,12 +16,14 @@ services:
NODE_ENV: production
PORT: 3000
HOSTNAME: 0.0.0.0
SERVICE_FQDN_APP: ${SERVICE_FQDN_APP:-}
SERVICE_URL_APP: ${SERVICE_URL_APP:-}
volumes:
- station-data:/app/data
expose:
- "3000"
ports:
- "3000"
- "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))"]