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 13, 2025
1 parent 7070acb commit b631e55
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ services:
network: host #Need to expose it during setup, then it is isolated during running
#environment:
# PUBLIC_URL: "dev/public"
networks:
backend_bridge:
ports:
- ${DEV_PORT_PREFIX}5:3000
volumes:
- frontend_vol:/app
networks:
backend_bridge:


# Configuration for the NGINX reverse proxy. This module routes incoming traffic to either the frontend or backend.
gateway:
container_name: secfit_dev_gateway
Expand Down

0 comments on commit b631e55

Please sign in to comment.