Fix #36: Fix mounts and trigger CI #39
|
@ -7,11 +7,11 @@
|
||||||
- name: Wait for connection
|
- name: Wait for connection
|
||||||
ansible.builtin.wait_for_connection:
|
ansible.builtin.wait_for_connection:
|
||||||
timeout: 300
|
timeout: 300
|
||||||
|
|
||||||
- name: Get user
|
- name: Get user
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: debian
|
name: debian
|
||||||
register: user
|
register: user
|
||||||
|
|
||||||
- name: Docker compose down
|
- name: Docker compose down
|
||||||
ansible.builtin.command: docker compose down
|
ansible.builtin.command: docker compose down
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -8,7 +8,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- samba-data:/data
|
- samba-data:/data
|
||||||
- ./config.yml:/data/config.yml
|
- ./config.yml:/data/config.yml
|
||||||
- /mnt/share/samba:/samba
|
- /mnt/share/samba/kvkbackups:/samba/kvkbackups
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue