Added ability for MySQL to be connected to

This commit is contained in:
WilliamMiceli
2019-01-01 22:45:28 -05:00
parent d5c40bcb88
commit 5bca067ca3

View File

@@ -60,6 +60,8 @@ services:
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
{{- end}} {{- end}}
traefik.enable: false traefik.enable: false
networks:
- db-admin
restart: on-failure restart: on-failure
volumes: volumes:
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
@@ -101,5 +103,7 @@ services:
- invoiceninja - invoiceninja
networks: networks:
db-admin:
external: true
public-proxy: public-proxy:
external: true external: true