fully working when deployed

This commit is contained in:
2025-09-28 18:47:31 +01:00
parent 38ee5a8886
commit d4aa460f91
9 changed files with 303 additions and 81 deletions
-7
View File
@@ -4,17 +4,10 @@ services:
context: .
dockerfile: Dockerfile.production
container_name: lcc-tt-booking
user: "1000:1000"
ports:
- '3036:3000'
env_file:
- .env.production
- '3036:3000'
env_file:
- .env.production
environment:
# Container-specific override
- PORT=3000
volumes:
- ./data:/app/data
- ./backups:/app/backups