Skip to content

Commit

Permalink
t-33 removed bot from compose
Browse files Browse the repository at this point in the history
  • Loading branch information
avbelyaev committed Dec 18, 2017
1 parent 0c66bce commit 58cf921
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ services:
volumes:
- ./postgres-data:/var/lib/postgresql/data

bot:
build: .
ports:
- "80:80"
depends_on:
- postgres
restart: always
# bot:
# build: .
# environment:
# - TOKEN=paste_your_token_here
# - BOT_ENV=dev
# ports:
# - "80:80"
# depends_on:
# - postgres
# restart: always

0 comments on commit 58cf921

Please sign in to comment.