Migrate docker_volumes -> docker_mounts

This commit is contained in:
uumas
2024-07-28 01:14:14 +03:00
parent fa1cdcc348
commit 79ba8658a0
3 changed files with 11 additions and 7 deletions

View File

@@ -6,8 +6,9 @@ dependencies:
docker_image: quay.io/hedgedoc/hedgedoc:latest
docker_image_http_port: 3000
docker_database: postgres
docker_volumes:
- hedgedoc_uploads:/hedgedoc/public/uploads
docker_mounts:
- name: hedgedoc_uploads
path: /hedgedoc/public/uploads
docker_env:
CMD_DB_URL: postgres://hedgedoc:{{ database_passwords.hedgedoc }}@hedgedoc_db:5432/hedgedoc
CMD_DOMAIN: "{{ docker_vhost_domains.hedgedoc[0] }}"