diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index d837b77..1e755e5 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -31,10 +31,13 @@ services: network: host #Need to expose it during setup, then it is isolated during running #environment: # PUBLIC_URL: "dev/public" - ports: - - ${DEV_PORT_PREFIX}5:3000 networks: backend_bridge: + ports: + - ${DEV_PORT_PREFIX}5:3000 + volumes: + - frontend_vol:/app + # Configuration for the NGINX reverse proxy. This module routes incoming traffic to either the frontend or backend. gateway: