Changement Structure
This commit is contained in:
parent
e907a77e90
commit
010ee246dd
16 changed files with 9 additions and 6 deletions
|
@ -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:
|
Loading…
Add table
Add a link
Reference in a new issue