From 5bca067ca3e0ad0f1b370d68135406995979e892 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Tue, 1 Jan 2019 22:45:28 -0500 Subject: [PATCH] Added ability for MySQL to be connected to --- templates/InvoiceNinja/0/docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/InvoiceNinja/0/docker-compose.yml b/templates/InvoiceNinja/0/docker-compose.yml index 15db8d0..6dc6036 100644 --- a/templates/InvoiceNinja/0/docker-compose.yml +++ b/templates/InvoiceNinja/0/docker-compose.yml @@ -60,6 +60,8 @@ services: io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} {{- end}} traefik.enable: false + networks: + - db-admin restart: on-failure volumes: - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system @@ -101,5 +103,7 @@ services: - invoiceninja networks: + db-admin: + external: true public-proxy: external: true \ No newline at end of file