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 7394d86 commit 22da740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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" # uncomment this line if you are running a postgres container outside of this project's compose service
# - "postgres" # uncomment this line if you are running a postgres container outside of this project's compose service
ports:
- "${PORT:?}"
labels:
Expand All @@ -16,4 +16,4 @@ services:
networks:
traefik-global-proxy:
external: true
postgres: # uncomment this line if you are running a postgres container outside of this project's compose service
# postgres: # uncomment this line if you are running a postgres container outside of this project's compose service

0 comments on commit 22da740

Please sign in to comment.