This commit is contained in:
2024-07-26 22:34:20 +02:00
parent a918b46e6c
commit 34fb5c2c2d
188 changed files with 1028 additions and 540 deletions

View File

@ -0,0 +1,21 @@
# Nextcloud
# Hébergement de fichiers et une plateforme de collaboration
# Port interne 80
nextcloud:
image: reg.cadoles.com/envole/nextcloud
container_name: nine-nextcloud
restart: unless-stopped
healthcheck:
test: curl --fail http://localhost || exit 1
interval: 1s
timeout: 60s
env_file: ./services/50-nextcloud/env/.env.merge
networks:
- nine-network
volumes:
- ./services/50-nextcloud/volume/html:/var/www/html
- ./services/50-nextcloud/volume/app:/var/www/html/custom_apps
- ./services/50-nextcloud/volume/data:/var/www/html/data
- ./services/50-nextcloud/volume/nine:/nine
- ./services/50-nextcloud/volume/prestart:/docker-entrypoint-hooks.d/before-starting