Skip to content

Commit

Permalink
refactor: edited docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-lymar committed Jun 28, 2024
1 parent 790117c commit 5e8a525
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,21 @@ services:
networks:
- melnichanka

beat:
build: .
command: celery -A melnichanka beat -l info
restart: on-failure
env_file:
- .env
volumes:
- .:/app
- ./makedoc/tempdoc:/app/makedoc/tempdoc
depends_on:
- db
- rabbitmq
networks:
- melnichanka

redis:
image: redis:7.2.5-alpine
hostname: redis
Expand Down

0 comments on commit 5e8a525

Please sign in to comment.