Skip to content

Commit

Permalink
change revert the secret
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289029 committed Apr 10, 2024
1 parent b69f890 commit 41230c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,5 @@ jobs:
echo "MONGODB_URI=$MONGODB_URI"
wget https://raw.githubusercontent.com/arquisoft/wiq_es1b/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es1b/master/.env -O .env
echo "MONGODB_URI=$MONGODB_URI" >> .env
docker compose --profile prod down
docker compose --profile prod up -d --pull always
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
networks:
- mynetwork
environment:
MONGODB_URI: ${MONGODB_URI}
MONGODB_URI: mongodb+srv://wiq_es01b_admin:[email protected]/wiq?retryWrites=true&w=majority&appName=WIQ

userservice:
container_name: userservice-${teamname:-defaultASW}
Expand All @@ -37,7 +37,7 @@ services:
networks:
- mynetwork
environment:
MONGODB_URI: ${MONGODB_URI}
MONGODB_URI: mongodb+srv://wiq_es01b_admin:[email protected]/wiq?retryWrites=true&w=majority&appName=WIQ

questionsgenerator:
container_name: questionsgenerator-${teamname:-defaultASW}
Expand All @@ -51,7 +51,7 @@ services:
networks:
- mynetwork
environment:
MONGODB_URI: ${MONGODB_URI}
MONGODB_URI: mongodb+srv://wiq_es01b_admin:[email protected]/wiq?retryWrites=true&w=majority&appName=WIQ

record:
container_name: record-${teamname:-defaultASW}
Expand All @@ -66,7 +66,7 @@ services:
networks:
- mynetwork
environment:
MONGODB_URI: ${MONGODB_URI}
MONGODB_URI: mongodb+srv://wiq_es01b_admin:[email protected]/wiq?retryWrites=true&w=majority&appName=WIQ

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

0 comments on commit 41230c6

Please sign in to comment.