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 4, 2023
1 parent 4bc1d2d commit 27e541b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions support/containers/compose.phoenix-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ services:
phoenix:
depends_on:
- "postgres"
# # use this if you are using a standalone postgres container with this project
# networks:
# - "phoenix-todo-list"
networks:
- "phoenix-todo-list"
postgres:
networks:
- "phoenix-todo-list"
ports:
- "5432"
# use this if you are using a standalone postgres container with this project
# networks:
# phoenix-todo-list:

networks:
phoenix-todo-list:

0 comments on commit 27e541b

Please sign in to comment.