chore: layout changes
This commit is contained in:
parent
e615c1819e
commit
83091962a2
6 changed files with 78 additions and 15 deletions
|
@ -4,9 +4,6 @@ services:
|
|||
image: mariadb:10.5
|
||||
container_name: nc_db
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./volumes/db:/var/lib/mysql
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=Subatomic-Lapping0-Untagged-Deceptive-Judge
|
||||
- MARIADB_AUTO_UPGRADE=1
|
||||
|
@ -14,6 +11,9 @@ services:
|
|||
env_file:
|
||||
- mariadb.env
|
||||
- nextcloud.env
|
||||
volumes:
|
||||
- ./volumes/db:/var/lib/mysql
|
||||
restart: unless-stopped
|
||||
|
||||
nc_redis:
|
||||
image: redis:alpine
|
||||
|
@ -23,11 +23,6 @@ services:
|
|||
nc_app:
|
||||
image: nextcloud:apache
|
||||
container_name: nc_app
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./volumes/nextcloud:/var/www/html
|
||||
ports:
|
||||
- "127.0.0.1:28080:80"
|
||||
environment:
|
||||
- MYSQL_HOST=nc_db
|
||||
- REDIS_HOST=nc_redis
|
||||
|
@ -38,18 +33,22 @@ services:
|
|||
- PHP_UPLOAD_LIMIT=1G
|
||||
env_file:
|
||||
- nextcloud.env
|
||||
ports:
|
||||
- "127.0.0.1:28080:80"
|
||||
volumes:
|
||||
- ./volumes/nextcloud:/var/www/html
|
||||
depends_on:
|
||||
- nc_db
|
||||
- nc_redis
|
||||
restart: unless-stopped
|
||||
|
||||
nc_cron:
|
||||
image: nextcloud:apache
|
||||
container_name: nc_cron
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./volumes/nextcloud:/var/www/html
|
||||
entrypoint: /cron.sh
|
||||
depends_on:
|
||||
- nc_db
|
||||
- nc_redis
|
||||
54,1 Bot
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue