Merge nc volumes

This commit is contained in:
Hattshire 2023-10-05 06:34:56 +00:00
parent c084dd2a19
commit de973f6600
2 changed files with 5 additions and 9 deletions

View file

@ -4,12 +4,9 @@ volumes:
#SSL
certs:
acme:
# vhost.d:
html:
#NextCloud
nc-data:
nc-userdata:
nc-apps:
db-data:
networks:
@ -24,8 +21,6 @@ services:
- 80
volumes:
- nc-data:/var/www/html
- nc-userdata:/var/www/html/data
- nc-apps:/var/www/html/apps
environment:
- VIRTUAL_HOST=palta.cyou
- LETSENCRYPT_HOST=palta.cyou
@ -60,13 +55,15 @@ services:
restart: always
volumes:
- nc-data:/var/www/html
- nc-userdata:/var/www/html/data
- nc-apps:/var/www/html/apps
entrypoint: /cron.sh
depends_on:
- db
- redis
# nextcloud-front:
# build: ./images/ngx
# restart: always
# =========== SSL
reverse_proxy:
@ -103,7 +100,6 @@ services:
- DEFAULT_EMAIL=admin@uwu.email
db:
# container_name: db
image: postgres:14-alpine
restart: always
ports: