Skip to content

Commit

Permalink
Intento de arreglar el despliegue
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282189 committed Mar 13, 2024
1 parent eb76e4e commit 3c6b978
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ services:
MONGODB_URI: mongodb://mongodb:27017/userdb

questionservice:
container_name: questionservice-${teamname:-defaultASW}
container_name: questionservice-${teamname:-wiq_es05c}
image: ghcr.io/arquisoft/wiq_es05c/questionservice:latest
profiles: ["dev", "prod"]
build: ./questionsService/
build: ./questionsService
depends_on:
- mongodb
ports:
Expand Down

0 comments on commit 3c6b978

Please sign in to comment.