fix: add Traefik labels and coolify network to frontend

This commit is contained in:
deploy
2026-04-29 11:00:02 +02:00
parent 46253fef72
commit 8f98f74263
+2 -2
View File
@@ -8,7 +8,7 @@ services:
POSTGRES_USER: notesfrais POSTGRES_USER: notesfrais
POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_PASSWORD: ${DB_PASSWORD}
volumes: volumes:
- pgdata:/var/lib/postgresql/data - pgdata2:/var/lib/postgresql/data
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U notesfrais -d notesfrais"] test: ["CMD-SHELL", "pg_isready -U notesfrais -d notesfrais"]
interval: 5s interval: 5s
@@ -74,5 +74,5 @@ networks:
external: true external: true
volumes: volumes:
pgdata: pgdata2:
uploads: uploads: