fix Dockerfile

This commit is contained in:
2025-08-09 01:24:45 +02:00
parent 5f4201428a
commit 7f55ddae7c
4 changed files with 11 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ services:
- 'DATABASE_URL=postgres://postgres:pg@warren-postgres:5432'
- 'DATABASE_NAME=warren'
- 'SERVE_DIRECTORY=/serve'
- 'CORS_ALLOW_ORIGIN=http://localhost:3000'
- 'CORS_ALLOW_ORIGIN=http://localhost:8081'
- 'LOG_LEVEL=debug'
volumes:
- './backend/serve:/serve:rw'