Compare commits
No commits in common. "575399075033c78222bf98877c4eecbc3a4e8e02" and "fb9256000695b0ddd12fa63cdfaeef90be41da84" have entirely different histories.
5753990750
...
fb92560006
2 changed files with 1 additions and 5 deletions
|
@ -1 +0,0 @@
|
|||
Il faut créer un réseau =rick_db= avant de lancer les différents fichiers Docker.
|
|
@ -1,10 +1,7 @@
|
|||
WAKAPI_DB_TYPE="postgres"
|
||||
WAKAPI_DB_HOST="rick_psql"
|
||||
WAKAPI_DB_USER="psql"
|
||||
WAKAPI_DB_PASSWORD="choose-a-password"
|
||||
WAKAPI_DB_HOST="psql"
|
||||
WAKAPI_DB_PORT="5432"
|
||||
WAKAPI_DB_NAME="wakapi"
|
||||
WAKAPI_PASSWORD_SALT="choose-a-salt"
|
||||
WAKAPI_LEADERBOARD_ENABLED="false"
|
||||
WAKAPI_ALLOW_SIGNUP="false"
|
||||
ENVIRONMENT="prod"
|
||||
|
|
Loading…
Add table
Reference in a new issue