Fix #36: Fix mounts and trigger CI (#39)
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:
Gleb Koval 2024-01-27 18:16:23 +00:00
parent 7916f12e73
commit 7eff8a43ef
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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