add-postgres-support #24

Merged
brian merged 4 commits from add-postgres-support into main 2025-11-11 20:48:03 +01:00
Showing only changes of commit 696de14e6b - Show all commits
-3
View File
@@ -5,9 +5,6 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "8000:8000" - "8000:8000"
volumes:
# Persist database to local directory
- ./data:/data
environment: environment:
# Set environment to production # Set environment to production
- ENVIRONMENT=production - ENVIRONMENT=production