diff --git a/development/docker-compose.yml b/development/docker-compose.yml index ffc7dc1..7593b35 100644 --- a/development/docker-compose.yml +++ b/development/docker-compose.yml @@ -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