Skip to content

Commit

Permalink
Creation of the container of apisgatewayservice
Browse files Browse the repository at this point in the history
  • Loading branch information
alegarman2002 committed Apr 27, 2024
1 parent f5e8815 commit 7a9fc07
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,23 @@ services:
MONGODB_URI: mongodb://mongodb:27017/userdb
restart: always

apisgatewayservice:
container_name: apisgatewayservice-${teamname:-defaultASW}
image: ghcr.io/arquisoft/wiq_es6c/apisgatewayservice:latest
profiles: ["dev", "prod"]
build: ./apisgatewayservice
depends_on:
- mongodb
ports:
- "8100:8100"
networks:
- mynetwork
environment:
STORE_QUESTION_SERVICE_URL: http://localhost:8004
USER_STATS_SERVICE_URL: http://localhost:8003
USER_SERVICE_URL: http://localhost:8001
restart: always

gameservice:
container_name: gameservice-${teamname:-defaultASW}
image: ghcr.io/arquisoft/wiq_es6c/gameservice:latest
Expand Down

0 comments on commit 7a9fc07

Please sign in to comment.