nextcloud/docker-compose.yml aktualisiert
This commit is contained in:
parent
cb4b74e2a7
commit
067a8a24a7
1 changed files with 6 additions and 3 deletions
|
@ -8,10 +8,12 @@ services:
|
|||
volumes:
|
||||
- ./volumes/db:/var/lib/mysql
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=Subatomic-Lapping0-Untagged-Deceptive-Judge
|
||||
- MARIADB_AUTO_UPGRADE=1
|
||||
- MARIADB_DISABLE_UPGRADE_BACKUP=1
|
||||
env_file:
|
||||
- db.env
|
||||
- mariadb.env
|
||||
- nextcloud.env
|
||||
|
||||
nc_redis:
|
||||
image: redis:alpine
|
||||
|
@ -29,13 +31,13 @@ services:
|
|||
environment:
|
||||
- MYSQL_HOST=nc_db
|
||||
- REDIS_HOST=nc_redis
|
||||
- TRUSTED_PROXIES=nginx-proxy
|
||||
- TRUSTED_PROXIES=172.16.0.0/12
|
||||
- OVERWRITEHOST=cloud.smail.koeln
|
||||
- OVERWRITEPROTOCOL=https
|
||||
- OVERWRITEWEBROOT=/
|
||||
- PHP_UPLOAD_LIMIT=1G
|
||||
env_file:
|
||||
- db.env
|
||||
- nextcloud.env
|
||||
depends_on:
|
||||
- nc_db
|
||||
- nc_redis
|
||||
|
@ -50,3 +52,4 @@ services:
|
|||
depends_on:
|
||||
- nc_db
|
||||
- nc_redis
|
||||
54,1 Bot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue