Use new volume mount syntax
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c2eff2e559
commit
78ed80cf2d
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user