Changement Structure

This commit is contained in:
criz 2025-09-03 00:55:53 +02:00
parent e907a77e90
commit 010ee246dd
16 changed files with 9 additions and 6 deletions

View file

@ -1,33 +0,0 @@
services:
# Nextcloud
nextcloud:
image: nextcloud
container_name: nextcloud
restart: always
ports:
- "8081:80"
networks:
- cloud
volumes:
- ./nextcloud_data:/var/www/html
- /home/criz/Medias:/mnt/medias
environment:
- PUID=1000
- PGID=1000
- REDIS_HOST=redis
labels:
tsdproxy.enable: "true"
tsdproxy.name: "cloud"
redis:
image: redis:alpine
container_name: redis
restart: always
volumes:
- ./redis:/data
networks:
- cloud
networks:
cloud: