aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--provision.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/provision.yaml b/provision.yaml
index a88103e..a202d7f 100644
--- a/provision.yaml
+++ b/provision.yaml
@@ -38,6 +38,9 @@
- name: Restore borg backup when we have a fresh volume
shell: /home/vps/restore-backup.sh
when: lookup('env', 'DESTROY_VOLUME') == "1"
+ - name: Create the required Docker network
+ docker_network:
+ name: nginx-proxy
- name: Start docker-compose
docker_compose:
project_src: /home/vps/