feat: add supervisor volumes to nextcloud
Some checks failed
checks / k8s (push) Failing after 1m32s
checks / pre-commit (push) Failing after 1m41s
checks / tflint (push) Failing after 1m36s
Kaniko deployments / nextcloud (push) Failing after 1m28s
OpenTofu deployments / authentik (push) Failing after 1m57s
OpenTofu deployments / adguard (push) Failing after 1m57s
Some checks failed
checks / k8s (push) Failing after 1m32s
checks / pre-commit (push) Failing after 1m41s
checks / tflint (push) Failing after 1m36s
Kaniko deployments / nextcloud (push) Failing after 1m28s
OpenTofu deployments / authentik (push) Failing after 1m57s
OpenTofu deployments / adguard (push) Failing after 1m57s
This commit is contained in:
parent
2f5561f4cb
commit
a635c718cd
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ services:
|
|||
- /mnt/nas1/legacy-storage/cloud/cloud/apps:/var/www/html/apps
|
||||
- type: tmpfs
|
||||
target: /tmp:exec
|
||||
- supervisorlog:/var/log/supervisor:z
|
||||
- supervisorpid:/var/run/supervisord/:z
|
||||
environment:
|
||||
PHP_MEMORY_LIMIT: ${PHP_MEMORY_LIMIT:-2048M}
|
||||
NEXTCLOUD_INIT_HTACCESS: ${NEXTCLOUD_INIT_HTACCESS:-1}
|
||||
|
|
@ -33,3 +35,6 @@ services:
|
|||
|
||||
networks:
|
||||
nextcloud: {}
|
||||
volumes:
|
||||
supervisorlog: {}
|
||||
supervisorpid: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue