Merge branch 'master' of ssh://yuno.oiseauroch.fr:6969/tobias/infra-oasis21

This commit is contained in:
serveur
2022-05-05 18:17:13 +00:00
3 changed files with 71 additions and 3 deletions

View File

@@ -49,8 +49,8 @@ services:
image: 'bitnami/redis:latest'
container_name: redis
environment:
- ALLOW_EMPTY_PASSWORD=yes
- "TZ=Europe/Paris"
env_file: ./secrets/librezo.secrets
networks:
- nextcloud

View File

@@ -1,6 +1,8 @@
POSTGRES_PASSWORD=MOT_DE_PASSE_POSTGRES
POSTGRES_PASSWORD=__POSTGRES_PASSWORD__
POSTGRES_DB=nc
POSTGRES_USER=nc
POSTGRES_HOST=nextcloud-db
username=nextcloud
password=MOT_DE_PASSE_COLLABORA
password=__COLLABORA_PASSWORD__
REDIS_PASSWORD=__REDIS_PASSWORD__
REDIS_HOST_PASSWORD=$REDIS_PASSWORD