new network entscheidomat
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
# }
|
# }
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
entscheidomat:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@@ -20,9 +20,14 @@ services:
|
|||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT:-3000}:3000"
|
- "${APP_PORT:-3000}:3000"
|
||||||
|
networks:
|
||||||
|
- entscheidomat
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--spider", "-q", "http://localhost:3000/"]
|
test: ["CMD", "wget", "--spider", "-q", "http://localhost:3000/"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 10s
|
start_period: 10s
|
||||||
|
networks:
|
||||||
|
entscheidomat:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user