Skip to content

Commit

Permalink
0.03
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Sep 5, 2023
1 parent 3a94f7d commit 99c5a93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ services:
depends_on:
- redis
- rabbitmq
environment:
AMQP_DSN: amqp://admin:admin@rabbitmq:5672
REDIS_DSN: redis://redis:6379/0
env_file:
- .env
networks:
Expand Down

0 comments on commit 99c5a93

Please sign in to comment.