nextcloud.yml aktualisiert

This commit is contained in:
olli 2024-03-11 14:23:43 +01:00
parent 2ab273fd57
commit cad577e8a7

View File

@ -166,6 +166,8 @@
- MAIL_DOMAIN={{inventory_hostname}} - MAIL_DOMAIN={{inventory_hostname}}
- OVERWRITEPROTOCOL=https - OVERWRITEPROTOCOL=https
- NEXTCLOUD_ADMIN_USER=ncadmin - NEXTCLOUD_ADMIN_USER=ncadmin
- PHP_MEMORY_LIMIT=1024M
- PHP_UPLOAD_LIMIT=1024M
networks: networks:
- nextcloud.{{inventory_hostname}}--network - nextcloud.{{inventory_hostname}}--network
- traefik - traefik
@ -214,12 +216,15 @@
- nextcloud.{{inventory_hostname}}--network - nextcloud.{{inventory_hostname}}--network
nextcloud.{{inventory_hostname}}--cron: nextcloud.{{inventory_hostname}}--cron:
image: nextcloud:production image: nextcloud:28
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./nextcloud-data:/var/www/html - ./nextcloud-data:/var/www/html
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
entrypoint: /cron.sh entrypoint: /cron.sh
environment:
- PHP_MEMORY_LIMIT=1024M
- PHP_UPLOAD_LIMIT=1024M
depends_on: depends_on:
- nextcloud.{{inventory_hostname}}--db - nextcloud.{{inventory_hostname}}--db
networks: networks: