Skip to content

Commit

Permalink
ready to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pelazas committed Apr 29, 2024
1 parent 1dffc78 commit 423ea76
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ services:
GROUP_SERVICE_URL: http://groupservice:8005
MULTIPLAYER_SERVICE_URL: http://multiplayerservice:8006

# webapp:
# container_name: webapp-${teamname:-defaultASW}
# image: ghcr.io/arquisoft/wiq_en2a/webapp:latest
# profiles: ["dev", "prod"]
# build: ./webapp
# depends_on:
# - gatewayservice
# ports:
# - "80:80"
webapp:
container_name: webapp-${teamname:-defaultASW}
image: ghcr.io/arquisoft/wiq_en2a/webapp:latest
profiles: ["dev", "prod"]
build: ./webapp
depends_on:
- gatewayservice
ports:
- "80:80"

prometheus:
image: prom/prometheus
Expand Down

0 comments on commit 423ea76

Please sign in to comment.