fix: Update .env.example and docker-compose.yml for local development configuration

This commit is contained in:
killianlarcher
2026-01-17 17:44:31 +01:00
parent 8d968e7d63
commit 21b317e4f1
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ services:
db:
image: postgres:16-alpine
ports:
- "5433:5432"
- "5432:5432"
volumes:
- postgres-data:/var/lib/postgresql/data
environment: