Skip to content

Commit

Permalink
feat: add notification-service to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlbDR committed Feb 18, 2024
1 parent b869ffa commit 0dc4a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
depends_on:
rabbitmq:
condition: service_healthy
container_name: email-service
container_name: notification-service
environment:
RABBITMQ_USER: ${RABBITMQ_USER}
RABBITMQ_PASS: ${RABBITMQ_PASS}
Expand Down

0 comments on commit 0dc4a76

Please sign in to comment.