Use new volume mount syntax
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-15 16:58:12 +02:00
parent c2eff2e559
commit 78ed80cf2d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 9 additions and 3 deletions

View File

@ -27,9 +27,7 @@ vars:
- "dat://cf9de5d87118ad22ecd927df1c1b174632c6a1920ade2ef57f75e8421017ccc5"
volumes:
- type: directory
src: /var/lib/homebase
dest: /root/
- /var/lib/homebase:/root/
templates:
- src: homebase.yml.j2

View File

@ -17,3 +17,11 @@
service:
name: ufw
state: restarted
- name: Create homebase application directories
become: true
file:
path: /var/lib/homebase
state: directory
owner: dokku
group: dokku