mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-25 14:45:19 +00:00
feat: standalone frontend uses production build instead of dev server
Override web service in docker-compose.standalone.yml to build from www/Dockerfile (multi-stage: deps → build → standalone runner) instead of running pnpm dev with bind-mounted source.
This commit is contained in:
10
COMPOSE_STANDALONE_TODO.md
Normal file
10
COMPOSE_STANDALONE_TODO.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Standalone Compose: Remaining Production Work
|
||||
|
||||
## Server/worker/beat: remove host network mode + bind mounts
|
||||
|
||||
Currently `server` uses `network_mode: host` and all three services bind-mount `./server/:/app/`. For full standalone prod:
|
||||
|
||||
- Remove `network_mode: host` from server
|
||||
- Remove bind-mount volumes from server, worker, beat (use built image only)
|
||||
- Update `compose_cmd` in `setup-standalone.sh` to not rely on host network
|
||||
- Change `SERVER_API_URL` from `http://host.docker.internal:1250` to `http://server:1250` (server reachable via Docker network once off host mode)
|
||||
Reference in New Issue
Block a user