Skip to content

Commit

Permalink
Update compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
brunojppb committed Dec 3, 2024
1 parent 58d1d8c commit 957c61a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ services:
ports:
- "5432:5432"
volumes:
- ./db:/var/lib/postgresql/data
- ./priv/support/create_test_db.sql:/docker-entrypoint-initdb.d/1-schema.sql
- db:/var/lib/postgresql/data
- ./priv/support/create_test_db.sql:/docker-entrypoint-initdb.d/1-schema.sql

volumes:
db:

0 comments on commit 957c61a

Please sign in to comment.