Compare commits

...

2 commits

Author SHA1 Message Date
5753990750
add information about docker network 2024-12-24 01:00:06 +01:00
8e742302ed
add more configuration 2024-12-24 00:59:52 +01:00
2 changed files with 5 additions and 1 deletions

1
LISMOI.txt Normal file
View file

@ -0,0 +1 @@
Il faut créer un réseau =rick_db= avant de lancer les différents fichiers Docker.

View file

@ -1,7 +1,10 @@
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"