diff --git a/docker-compose.yml b/docker-compose.yml index a90b228..1825cdf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file