|
@@ -13,7 +13,6 @@ services:
|
|
|
network_mode: "host" # Use host network for device access
|
|
network_mode: "host" # Use host network for device access
|
|
|
volumes:
|
|
volumes:
|
|
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
|
|
- - ./static/dist:/usr/share/nginx/html:ro # Mount local build for dev without rebuild
|
|
|
|
|
depends_on:
|
|
depends_on:
|
|
|
- backend
|
|
- backend
|
|
|
container_name: dune-weaver-frontend
|
|
container_name: dune-weaver-frontend
|