2022-02-08 18:14:51 +00:00
|
|
|
# docker
|
2022-01-31 20:31:00 +00:00
|
|
|
VOLUME_PATH=/data/nextcloud
|
2022-09-27 18:06:07 +00:00
|
|
|
DOCKER_PROXY_EXT=false
|
2022-02-08 18:14:51 +00:00
|
|
|
DOCKER_PROXY_NETWORK=proxy
|
2022-01-31 20:31:00 +00:00
|
|
|
|
|
|
|
# nextcloud
|
2022-09-27 17:46:56 +00:00
|
|
|
NEXTCLOUD_TAG=24-apache
|
2022-02-08 23:15:15 +00:00
|
|
|
NEXTCLOUD_DOMAIN=nextcloud.example.com
|
2022-03-17 17:57:45 +00:00
|
|
|
NEXTCLOUD_MEM_RES=512m # https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#memory
|
|
|
|
NEXTCLOUD_MEM_LIMIT=4g
|
2022-01-31 20:31:00 +00:00
|
|
|
|
2022-01-31 21:30:08 +00:00
|
|
|
# postgres
|
|
|
|
POSTGRES_TAG=14
|
2022-09-27 19:22:37 +00:00
|
|
|
POSTGRES_HOST=db
|