Fix #36: Fix mounts and trigger CI (#39)
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m48s
Details
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m48s
Details
We need to create each samba folder manually - do it with docker-compose I guess. Reviewed-on: #39
This commit is contained in:
parent
7916f12e73
commit
7eff8a43ef
|
@ -7,11 +7,11 @@
|
|||
- name: Wait for connection
|
||||
ansible.builtin.wait_for_connection:
|
||||
timeout: 300
|
||||
|
||||
- name: Get user
|
||||
ansible.builtin.user:
|
||||
name: debian
|
||||
register: user
|
||||
|
||||
- name: Docker compose down
|
||||
ansible.builtin.command: docker compose down
|
||||
args:
|
||||
|
|
|
@ -8,7 +8,7 @@ services:
|
|||
volumes:
|
||||
- samba-data:/data
|
||||
- ./config.yml:/data/config.yml
|
||||
- /mnt/share/samba:/samba
|
||||
- /mnt/share/samba/kvkbackups:/samba/kvkbackups
|
||||
environment:
|
||||
- TZ=Europe/London
|
||||
|
||||
|
|
Loading…
Reference in New Issue