Skip to content

Commit

Permalink
chore: Add asyncmon service to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrymomot committed May 24, 2024
1 parent 1d45aa7 commit d45d688
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
version: "3"

services:
redis:
image: redis:alpine
container_name: asyncer-redis-example
ports:
- 6379:6379

asyncmon:
platform: linux/x86_64
image: hibiken/asynqmon:latest
container_name: asyncer-asyncmon-example
environment:
- REDIS_URL=redis://redis:6379/0
ports:
- 8080:8080

0 comments on commit d45d688

Please sign in to comment.