networks: innungsapp
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
volumes:
|
||||
- pg_data:/var/lib/postgresql/data
|
||||
networks:
|
||||
- bizmatch # <-- NEU
|
||||
- innungsapp # <-- NEU
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-innungsapp} -d ${POSTGRES_DB:-innungsapp}"]
|
||||
interval: 10s
|
||||
@@ -71,7 +71,7 @@ services:
|
||||
# Uploaded files — persists across restarts
|
||||
- ./uploads:/app/uploads
|
||||
networks:
|
||||
- bizmatch # <-- NEU
|
||||
- innungsapp # <-- NEU
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://localhost:3000/api/health | grep -q '\"status\":\"ok\"'"]
|
||||
interval: 30s
|
||||
@@ -83,5 +83,5 @@ volumes:
|
||||
pg_data:
|
||||
|
||||
networks:
|
||||
bizmatch:
|
||||
innungsapp:
|
||||
external: true
|
||||
Reference in New Issue
Block a user