Skip to content

Commit

Permalink
telegram changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Apr 13, 2024
1 parent acad866 commit 7ead819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,12 @@ services:
container_name: telegram-bot
command: ["node", "dist/apps/bot/main"]
<<: [*telegram-common]

telegram-events:
container_name: telegram-events
command: ["node", "dist/apps/event-store/main"]
<<: [*telegram-common]

telegram-graph:
container_name: telegram-graph
command: ["node", "dist/apps/graph-store/main"]
Expand Down

0 comments on commit 7ead819

Please sign in to comment.