diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bd7e77..dc132c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - gateway-build + - web-app-build - web-app-tests diff --git a/docker-compose.yml b/docker-compose.yml index 3547b33..a74789d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,8 +22,6 @@ services: image: registry.forge.hefr.ch/team-raclette/project-softweng/gateway:latest container_name: gateway restart: unless-stopped - ports: - - "8080:8080" environment: - INFLUXDB_TOKEN=$INFLUXDB_TOKEN - INFLUXDB_ORG=$INFLUXDB_ORG @@ -105,9 +103,6 @@ services: image: registry.forge.hefr.ch/team-raclette/project-softweng/web-app:latest container_name: web-app restart: unless-stopped - ports: - - "8080:8080" - environment: - VUE_APP_REST_USER=$REST_USERNAME - VUE_APP_REST_PASSWORD=$REST_PASSWORD