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