This commit is contained in:
2025-12-24 18:12:11 -08:00
parent 4e156242eb
commit 8fe375a966
22 changed files with 5397 additions and 209 deletions

View File

@@ -14,7 +14,10 @@ services:
- db
volumes:
- ./logs:/app/logs # For application logs
develop:
watch:
- action: rebuild
path: .
db:
image: postgres:15
environment:
@@ -22,9 +25,9 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=password
ports:
- "5432:5432"
- "5433:5432" # Changed to avoid conflicts
volumes:
- postgres_data:/var/lib/postgresql/data
volumes:
postgres_data:
postgres_data: