Skip to content

Commit

Permalink
telegram commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Apr 13, 2024
1 parent cd0b383 commit 0eccbb5
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -523,24 +523,17 @@ services:
telegram-bot:
container_name: telegram-bot
command: ["node", "dist/apps/bot/main"]
image: ghcr.io/togethercrew/telegram:main
restart: unless-stopped
env_file:
- ./.env.telegram
depends_on:
rabbitmq:
condition: service_healthy
# <<: [*telegram-common]
<<: [*telegram-common]

# telegram-events:
# container_name: telegram-events
# command: ["node", "dist/apps/event-store/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"]
# <<: [*telegram-common]
telegram-graph:
container_name: telegram-graph
command: ["node", "dist/apps/graph-store/main"]
<<: [*telegram-common]

### ADMIN

Expand Down

0 comments on commit 0eccbb5

Please sign in to comment.