Merge branch 'develop/phpmyadmin'

This commit is contained in:
WilliamMiceli
2019-01-11 16:45:48 -05:00

View File

@@ -29,15 +29,6 @@ services:
{{- else}} {{- else}}
traefik.enable: false traefik.enable: false
{{- end}} {{- end}}
networks:
- db-admin # Used to be able to make secure, direct connections to other services in other stacks
- public-proxy # Used for the connection to the Traefik container for public access
ports: ports:
- "${WEB_PORT}:80" - "${WEB_PORT}:80"
restart: on-failure restart: on-failure
networks:
db-admin:
external: true
public-proxy:
external: true