feat(infra): add Nextcloud stack with MariaDB and Redis, Traefik labels
This commit is contained in:
13
infra/apps/nextcloud/README.md
Normal file
13
infra/apps/nextcloud/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
Nextcloud Stack
|
||||
|
||||
Env vars required (copy .env.example to .env and adjust):
|
||||
|
||||
- NEXTCLOUD_DOMAIN: public domain for Nextcloud
|
||||
- NEXTCLOUD_DB_NAME, NEXTCLOUD_DB_USER, NEXTCLOUD_DB_PASSWORD, NEXTCLOUD_DB_ROOT_PASSWORD
|
||||
- Optional: NEXTCLOUD_PHP_MEMORY_LIMIT, NEXTCLOUD_PHP_UPLOAD_LIMIT
|
||||
|
||||
Usage
|
||||
|
||||
- Ensure the Traefik proxy stack is up and the external `${TRAEFIK_NETWORK}` network exists.
|
||||
- Run: `docker compose --env-file ../../env/${ENV}/common.env --env-file ./.env -f docker-compose.yml up -d`
|
||||
|
||||
Reference in New Issue
Block a user