diff --git a/support/containers/networks/compose.phoenix-traefik.yaml b/support/containers/networks/compose.phoenix-traefik.yaml index 9f00f34..b33ae6e 100644 --- a/support/containers/networks/compose.phoenix-traefik.yaml +++ b/support/containers/networks/compose.phoenix-traefik.yaml @@ -5,7 +5,7 @@ services: DATABASE_URL: "${DATABASE_URL:?}" networks: - "traefik-global-proxy" - # - "postgres" # use this if you are running a postgres container outside of this project's compose service + - "postgres" # use this if you are running a postgres container outside of this project's compose service ports: - "${PORT:?}" labels: @@ -16,5 +16,5 @@ services: networks: traefik-global-proxy: external: true -# postgres: # use this if you are running a postgres container outside of this project's compose service -# external: true + postgres: # use this if you are running a postgres container outside of this project's compose service + external: true