Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Revert "fix docker notification"
Browse files Browse the repository at this point in the history
This reverts commit fde4e73.
  • Loading branch information
davwas committed Apr 16, 2024
1 parent fde4e73 commit 6d7b679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose-files/docker-compose.notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ services:
- 3031:3031
environment:
- NODE_ENV=${NODE_ENV:-development}
- MONGO_HOST=mongodb-primary/notification-service
- MONGO_HOST=mongodb/notification-service
- REDIS_HOST=redis
- TESTPLATFORM=1
#- NOTIFICATION_PORT=3031
depends_on:
- mongodb-primary
- mongodb
- redis
- mail

Expand Down

0 comments on commit 6d7b679

Please sign in to comment.