Skip to content

Commit

Permalink
Merge pull request #114 from mission-apprentissage/expose_db
Browse files Browse the repository at this point in the history
feat: expose recette db
  • Loading branch information
flodlc authored Oct 4, 2023
2 parents fc268a6 + 1ebf804 commit e3824d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ services:
image: postgres:14.2
container_name: pilotage_postgres
restart: unless-stopped
ports:
- 5432:5432
networks:
- pilotage_network
environment:
Expand Down

0 comments on commit e3824d0

Please sign in to comment.