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/wekan/wekan
docker_image_http_port: 8080
docker_database: mongo
docker_volumes:
- wekan_data:/data
docker_mounts:
- name: wekan_data
path: /data
docker_env:
MONGO_URL: mongodb://wekan_db:27017/wekan
ROOT_URL: "https://{{ docker_vhost_domains.wekan[0] }}"