Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amrevill authored and GitHub Enterprise committed Mar 20, 2025
1 parent c3d7ef6 commit db58372
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
network: host #Need to expose it during setup, then it is isolated during running
networks:
backend_bridge:
ports:
- ${PROD_PORT_PREFIX}4:8000
volumes:
- backend_vol:/app

Expand All @@ -24,6 +26,8 @@ services:
network: host #Need to expose it during setup, then it is isolated during running
environment:
PUBLIC_URL: "http://tdt4242-${GROUP_ID}.idi.ntnu.no/prod/public"
ports:
- ${PROD_PORT_PREFIX}5:3000
networks:
backend_bridge:

Expand Down

0 comments on commit db58372

Please sign in to comment.