Skip to content

Commit

Permalink
Update docker-compose.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malenelu authored and GitHub Enterprise committed Mar 18, 2025
1 parent ea76480 commit fe7d038
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
Expand Down

0 comments on commit fe7d038

Please sign in to comment.