Merge branch 'develop/phpmyadmin'

This commit is contained in:
WilliamMiceli
2018-12-05 17:31:54 -05:00

View File

@@ -31,9 +31,12 @@ services:
{{- 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:
- "${WEB_PORT}:80"
restart: on-failure
networks:
db-admin:
db-admin:
public-proxy:
external: true