Skip to content

Commit

Permalink
chore: bug fixes and performance improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Oct 5, 2023
1 parent 898e537 commit 3644aaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions support/containers/networks/compose.phoenix-traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 3644aaa

Please sign in to comment.