1
This commit is contained in:
+3
-1
@@ -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
@@ -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))"]
|
||||
|
||||
Reference in New Issue
Block a user