mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-01-18 17:45:46 +00:00
13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
# docker
|
|
VOLUME_PATH=/data/nextcloud
|
|
DOCKER_PROXY_NETWORK=proxy
|
|
|
|
# nextcloud
|
|
NEXTCLOUD_TAG=24-apache
|
|
NEXTCLOUD_DOMAIN=nextcloud.example.com
|
|
NEXTCLOUD_MEM_RES=512m # https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#memory
|
|
NEXTCLOUD_MEM_LIMIT=4g
|
|
|
|
# postgres
|
|
POSTGRES_TAG=14
|