Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Remove cortex container dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaglow committed Nov 30, 2018
1 parent 6d73b26 commit c88a4a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ services:
bot:
restart: always
build: .
depends_on:
- cortex
environment:
TGBOT_API_TOKEN: ${TGBOT_API_TOKEN}
CORTEX_URL: ${CORTEX_URL}
CORTEX_API_KEY: ${CORTEX_API_KEY}
CORTEX_BOT_PASSWORD: ${CORTEX_BOT_PASSWORD}
volumes:
- ./data/:/app/data/

cortex:
image: thehiveproject/cortex

0 comments on commit c88a4a8

Please sign in to comment.