Skip to content

Commit

Permalink
подключил redis, сделал сохранение данных в redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Павел Сарыгин committed Feb 6, 2024
1 parent 0931ec0 commit 8e1dfd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infra/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ services:
- redis_data:/data
bot:
container_name: bot
#image: zali1813/short_tracker_bot:v1
build:
context: ../short_tracker_bot
dockerfile: Dockerfile
image: zali1813/short_tracker_bot:v1
# build:
# context: ../short_tracker_bot
# dockerfile: Dockerfile
restart: always
env_file:
- ./.env
Expand Down

0 comments on commit 8e1dfd7

Please sign in to comment.