diff --git a/.github/workflows/e2e-with-new-api.yml b/.github/workflows/e2e-with-new-api.yml index 8522639b03e..800bf149c1d 100644 --- a/.github/workflows/e2e-with-new-api.yml +++ b/.github/workflows/e2e-with-new-api.yml @@ -147,7 +147,6 @@ jobs: - name: Set freeCodeCamp Environment Variables (needed by api) run: | cp sample.env .env - echo 'HOST=0.0.0.0' >> .env - name: Install playwright dependencies run: npx playwright install --with-deps diff --git a/docker-compose.yml b/docker-compose.yml index dabaa283986..9fc91e930e9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,5 +34,6 @@ services: # container, so we have to override these variables. - MONGOHQ_URL=mongodb://mongo:27017/freecodecamp?directConnection=true - MAILHOG_HOST=mailhog + - HOST=0.0.0.0 ports: - '3000:3000'