new network entscheidomat

This commit is contained in:
2026-07-23 15:47:43 -05:00
parent c784783ddd
commit 0e80a92ad3

View File

@@ -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