Implement wiring hardening, runtime API config, smoke tests, and build scripts
This commit is contained in:
@@ -6,6 +6,8 @@ services:
|
||||
- "${PORT_BACKEND:-4000}:${PORT_BACKEND:-4000}"
|
||||
environment:
|
||||
- PORT=${PORT_BACKEND:-4000}
|
||||
- CORS_ORIGIN=${CORS_ORIGIN:-http://localhost:5173,http://localhost:4000,null}
|
||||
- WRITE_API_KEY=${WRITE_API_KEY:-}
|
||||
volumes:
|
||||
- db_data:/app/data
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user