diff --git a/docker-compose.yml b/docker-compose.yml index 8f6e4a9..3a6926c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,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" + ports: + - ${PROD_PORT_PREFIX}5:3000 networks: backend_bridge: