Skip to content

Commit

Permalink
update for deploy with redis
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenVibesOnly committed Oct 18, 2024
1 parent 8c43299 commit 4922ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
depends_on:
- db
container_name: scid-bot
build: . # раскомментить для работы локально
# image: greenvibe/scid_bot_3
# build: . # раскомментить для работы локально
image: greenvibe/scid_bot_3
command: bash -c "cd app && poetry run alembic stamp head && poetry run alembic revision --autogenerate && poetry run alembic upgrade head && poetry run python main.py"
env_file: .env

0 comments on commit 4922ae1

Please sign in to comment.