Skip to content

Commit

Permalink
fix: add missing collaboration service url to docker compose for depl…
Browse files Browse the repository at this point in the history
…oyment
  • Loading branch information
Daviancold committed Nov 8, 2024
1 parent 39a8f57 commit c7c6ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ services:
- ACCESS_TOKEN_PRIVATE_KEY=${ACCESS_TOKEN_PRIVATE_KEY}
- USER_SERVICE_URL=http://user-service:3002
- QUESTION_SERVICE_URL=http://question-service:3004
- COLLABORATION_SERVICE_URL=http://collaboration-service:3008
- RMQ_USER=${RMQ_USER}
- RMQ_PASSWORD=${RMQ_PASSWORD}
- RMQ_HOST=rabbitmq
- COLLABORATION_SERVICE_URL=http://collaboration-service:3008
restart: always
networks:
- backend-network
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ services:
- ACCESS_TOKEN_PRIVATE_KEY=${ACCESS_TOKEN_PRIVATE_KEY}
- USER_SERVICE_URL=http://user-service:3002
- QUESTION_SERVICE_URL=http://question-service:3004
- COLLABORATION_SERVICE_URL=http://collaboration-service:3008
- RMQ_USER=${RMQ_USER}
- RMQ_PASSWORD=${RMQ_PASSWORD}
- RMQ_HOST=rabbitmq
Expand Down

0 comments on commit c7c6ea5

Please sign in to comment.