Nextcloud
This commit is contained in:
parent
51acd19b62
commit
cac8fb2769
9 changed files with 29 additions and 96 deletions
19
07-nextcloud/docker-compose.nextcloud.yml
Normal file
19
07-nextcloud/docker-compose.nextcloud.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
services:
|
||||
nextcloud:
|
||||
image: nextcloud
|
||||
container_name: nextcloud
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- ${ROOT_INSTALL}/data/nextcloud:/var/www/html
|
||||
environment:
|
||||
- SQLITE_DATABASE=nextcloud
|
||||
- APACHE_BODY_LIMIT=0
|
||||
- SMTP_HOST=${SMTP_HOST}
|
||||
- SMTP_SECURE=${SMTP_SECURE}
|
||||
- SMTP_PORT=${SMTP_PORT}
|
||||
- SMTP_AUTHTYPE=${SMTP_AUTHTYPE}
|
||||
- SMTP_NAME=${SMTP_NAME}
|
||||
- SMTP_PASSWORD=${SMTP_PASSWORD}
|
||||
- MAIL_FROM_ADDRESS=${MAIL_FROM_ADDRESS}
|
||||
Loading…
Add table
Add a link
Reference in a new issue