diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 87e528a..e7d1557 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -29,11 +29,10 @@ services: context: frontend/ dockerfile: Dockerfile network: host #Need to expose it during setup, then it is isolated during running - #environment: - # PUBLIC_URL: "dev/public" + # environment: + # PUBLIC_URL: "dev/public" ports: - - ${DEV_PORT_PREFIX}6:80 - #- ${DEV_PORT_PREFIX}5:3000 + - ${DEV_PORT_PREFIX}5:3000 networks: backend_bridge: @@ -42,8 +41,7 @@ services: container_name: secfit_dev_gateway image: nginx:latest ports: - - ${DEV_PORT_PREFIX}5:3000 - #- ${DEV_PORT_PREFIX}6:80 + - ${DEV_PORT_PREFIX}6:80 networks: backend_bridge: volumes: