From 288369396798523a5394aec159b0799a1d0ee7c3 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 24 Dec 2024 10:39:15 +0100 Subject: [PATCH] Add back proxysql networ --- templates/multinode/docker-compose_nextcloud.yml.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/multinode/docker-compose_nextcloud.yml.erb b/templates/multinode/docker-compose_nextcloud.yml.erb index 11898c1..b536672 100644 --- a/templates/multinode/docker-compose_nextcloud.yml.erb +++ b/templates/multinode/docker-compose_nextcloud.yml.erb @@ -18,6 +18,7 @@ services: networks: - default + - proxysql_proxysql dns: - 89.46.20.75 - 89.46.21.29 @@ -26,3 +27,7 @@ services: - <%= @https_port %>:443 command: sh -c 'tail -F /var/www/html/data/nextcloud.log /var/www/html/data/audit.log| tee -a /proc/1/fd/2 & apachectl -D FOREGROUND' tty: true + +networks: + proxysql_proxysql: + external: true