Skip to content

Commit

Permalink
Update generatorservice in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UO285267 committed Mar 11, 2024
1 parent 460a35e commit 8720f3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ services:
- mynetwork
environment:
MONGODB_URI: mongodb://mongodb:27017/userdb
questionservice:
container_name: questionservice-${teamname:-defaultASW}
image: ghcr.io/arquisoft/wiq_es3a/questionservice:latest
generatorservice:
container_name: generatorservice-${teamname:-defaultASW}
image: ghcr.io/arquisoft/wiq_es3a/generatorservice:latest
profiles: ["dev", "prod"]
build: ./preguntas/generatorservice
depends_on:
Expand Down Expand Up @@ -59,15 +59,15 @@ services:
- mongodb
- userservice
- authservice
- questionservice
- generatorservice
ports:
- "8000:8000"
networks:
- mynetwork
environment:
AUTH_SERVICE_URL: http://authservice:8002
USER_SERVICE_URL: http://userservice:8001
QUESTION_SERVICE_URL: http://questionservice:8003
QUESTION_SERVICE_URL: http://generatorservice:8003

webapp:
container_name: webapp-${teamname:-defaultASW}
Expand Down

0 comments on commit 8720f3e

Please sign in to comment.