store karin data on host fs

This commit is contained in:
nora 2023-08-28 15:12:05 +02:00
parent 40061eebc3
commit 226e5a40b0
3 changed files with 15 additions and 0 deletions

View file

@ -123,3 +123,9 @@
project_src: /apps
state: present
restarted: true
#####
# POST: things after starting up
#####
- name: Run CORS db migrations
ansible.builtin.shell: |
docker exec -w /app/server cors-school-server diesel migration run