diff --git a/docker-compose.yml b/docker-compose.yml index 79fd232..886c9c9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,8 +22,8 @@ services: context: frontend/ dockerfile: Dockerfile 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" + environment: + PUBLIC_URL: "http://tdt4242-${GROUP_ID}.idi.ntnu.no/prod/public" networks: backend_bridge: @@ -35,7 +35,7 @@ services: networks: backend_bridge: volumes: - - ./nginx/nginx.conf:/etc/nginx/nginx.conf + - ./nginx/nginx.conf:/etc/nginx/nginx_secfit.conf depends_on: - frontend - backend