Moved the port exposure for the db service to a seperate docker-compose file

This commit is contained in:
Milan van As
2025-07-18 09:04:30 +02:00
parent aaa025c2bb
commit d19e451f85
2 changed files with 8 additions and 8 deletions

4
docker-compose.dev.yaml Normal file
View File

@@ -0,0 +1,4 @@
services:
db:
ports:
- "5432:5432"