1
0
Fork 0

nextcloud-compose:

- name: chitragupta for db
 - name: govinda for web
 - specify hostnames using NEXTCLOUD_TRUSTED_DOMAINS
This commit is contained in:
Pratham Patel 2022-07-21 23:44:46 +05:30
parent 73fa7ddd5c
commit 2079bac918
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: 3.3
services:
db:
image: mariadb
container_name: nextcloud-lekh
container_name: nextcloud-chitragupta
restart: always
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes:
@ -20,7 +20,7 @@ services:
app:
image: nextcloud
container_name: nextcloud-aarav
container_name: nextcloud-govinda
restart: always
ports:
- 8010:80
@ -33,6 +33,7 @@ services:
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
- MYSQL_HOST=db
- NEXTCLOUD_TRUSTED_DOMAINS=cloud.thefossguy.com bluefeds.lan 10.0.0.19
- TZ=Asia/Kolkata
secrets:
- nextcloud_database_user_password