asynqmon: fix redis addr

This commit is contained in:
2023-01-09 12:30:24 +00:00
parent 962077f2e7
commit b4ffaf484d

View File

@@ -33,6 +33,8 @@ services:
asynqmon:
image: hibiken/asynqmon
restart: unless-stopped
environment:
- REDIS_ADDR=redis:6379
ports:
- '8080:8080'
depends_on: