Added public-proxy for Traefik
Not sure if it actually makes a difference that it's listed, but I'll continue going with it until I know for sure.
This commit is contained in:
@@ -31,9 +31,12 @@ services:
|
|||||||
{{- end}}
|
{{- end}}
|
||||||
networks:
|
networks:
|
||||||
- db-admin # Used to be able to make secure, direct connections to other services in other stacks
|
- 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:
|
networks:
|
||||||
db-admin:
|
db-admin:
|
||||||
|
public-proxy:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user