Skip to content

Commit

Permalink
build: add bind port to access database
Browse files Browse the repository at this point in the history
  • Loading branch information
kszinhu committed Feb 19, 2024
1 parent cd63131 commit e1694ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ services:
- bostil-database:/var/lib/postgresql/data
env_file:
- stack.env
ports:
- "${DB_PORT}:5432"

volumes:
bostil-database:


networks:
kszinhu:
name: kszinhu
Expand Down

0 comments on commit e1694ed

Please sign in to comment.