|
|
|
@ -16,6 +16,7 @@ services:
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- nextcloud:/var/www/html:z
|
|
|
|
- nextcloud:/var/www/html:z
|
|
|
|
|
|
|
|
# NOTE: The `volumes` config of the `cron` and `app` containers must match
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
- VIRTUAL_HOST=
|
|
|
|
- VIRTUAL_HOST=
|
|
|
|
- LETSENCRYPT_HOST=
|
|
|
|
- LETSENCRYPT_HOST=
|
|
|
|
@ -37,6 +38,7 @@ services:
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- nextcloud:/var/www/html:z
|
|
|
|
- nextcloud:/var/www/html:z
|
|
|
|
|
|
|
|
# NOTE: The `volumes` config of the `cron` and `app` containers must match
|
|
|
|
entrypoint: /cron.sh
|
|
|
|
entrypoint: /cron.sh
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
- db
|
|
|
|
- db
|
|
|
|
|