fix: add Traefik labels and coolify network to frontend
This commit is contained in:
+2
-2
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user