Added ability for MySQL to be connected to
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user