Skip to content

Commit e9e87af

Browse files
✨ Add Python version file and expose PostgreSQL port in Docker Compose
1 parent f41dfd2 commit e9e87af

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

backend/.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11.9

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ services:
1111
timeout: 10s
1212
volumes:
1313
- app-db-data:/var/lib/postgresql/data/pgdata
14+
ports:
15+
- ${POSTGRES_PORT}:5432
1416
env_file:
1517
- .env
1618
environment:

0 commit comments

Comments
 (0)