"fix-fresh-db-and-auto-init-users"
This commit is contained in:
+6
-2
@@ -8,7 +8,7 @@ services:
|
||||
POSTGRES_USER: notesfrais
|
||||
POSTGRES_PASSWORD: 9a3dabd70bb1e09f09962a95bdaffbeacdc56eeee029334b
|
||||
volumes:
|
||||
- pgdata2:/var/lib/postgresql/data
|
||||
- pgdata3:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U notesfrais -d notesfrais"]
|
||||
interval: 5s
|
||||
@@ -31,6 +31,10 @@ services:
|
||||
APP_SECRET: bbec693632ddd25adeefaddfa64a3e8e1245a97f530cb492f1d3f496ae3a1936
|
||||
UPLOADS_DIR: /app/uploads
|
||||
FRONTEND_URL: https://frais.domench.fr
|
||||
GAEL_EMAIL: waltergael@1dotech.com
|
||||
GAEL_PASSWORD: Changeme123!
|
||||
GREG_EMAIL: greg@domench.fr
|
||||
GREG_PASSWORD: Changeme123!
|
||||
volumes:
|
||||
- uploads:/app/uploads
|
||||
depends_on:
|
||||
@@ -74,5 +78,5 @@ networks:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
pgdata2:
|
||||
pgdata3:
|
||||
uploads:
|
||||
|
||||
Reference in New Issue
Block a user