diff --git a/docker-compose.yml b/docker-compose.yml index 886c9c9..2181a25 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 @@ -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: