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 f9ef0fb commit 40802fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 40802fc

Please sign in to comment.