nextcloud.yml aktualisiert
This commit is contained in:
parent
2ab273fd57
commit
cad577e8a7
@ -166,6 +166,8 @@
|
||||
- MAIL_DOMAIN={{inventory_hostname}}
|
||||
- OVERWRITEPROTOCOL=https
|
||||
- NEXTCLOUD_ADMIN_USER=ncadmin
|
||||
- PHP_MEMORY_LIMIT=1024M
|
||||
- PHP_UPLOAD_LIMIT=1024M
|
||||
networks:
|
||||
- nextcloud.{{inventory_hostname}}--network
|
||||
- traefik
|
||||
@ -214,12 +216,15 @@
|
||||
- nextcloud.{{inventory_hostname}}--network
|
||||
|
||||
nextcloud.{{inventory_hostname}}--cron:
|
||||
image: nextcloud:production
|
||||
image: nextcloud:28
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./nextcloud-data:/var/www/html
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
entrypoint: /cron.sh
|
||||
environment:
|
||||
- PHP_MEMORY_LIMIT=1024M
|
||||
- PHP_UPLOAD_LIMIT=1024M
|
||||
depends_on:
|
||||
- nextcloud.{{inventory_hostname}}--db
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user