mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[DEPLOY] Update deployment files for new database
This commit is contained in:
@@ -71,11 +71,6 @@
|
||||
dest: '{{ project_dir }}/icon-192x192.png'
|
||||
mode: 0600
|
||||
|
||||
- name: Create database file
|
||||
ansible.builtin.file:
|
||||
path: "{{ project_dir }}/db.sqlite3"
|
||||
state: touch
|
||||
|
||||
- name: Start Docker
|
||||
ansible.builtin.systemd:
|
||||
name: docker
|
||||
@@ -89,6 +84,7 @@
|
||||
loop:
|
||||
- caddy
|
||||
- server
|
||||
- db
|
||||
|
||||
- name: Start containers
|
||||
ansible.builtin.command:
|
||||
|
||||
Reference in New Issue
Block a user