Try to find the error

This commit is contained in:
2026-02-06 21:22:42 +01:00
parent f117943892
commit 7c89d88bba
+4 -4
View File
@@ -23,8 +23,8 @@ services:
- redis
volumes:
- /var/lib/docker/volumes/dispatcharr/celery/:/app
extra_hosts:
- "host.docker.internal:host-gateway"
#extra_hosts:
# - "host.docker.internal:host-gateway"
environment:
- POSTGRES_HOST=db
- POSTGRES_DB=dispatcharr
@@ -32,5 +32,5 @@ services:
- POSTGRES_PASSWORD=secret
- REDIS_HOST=redis
- CELERY_BROKER_URL=redis://redis:6379/0
#command: >
# bash -c "cd /app && nice -n 5 celery -A dispatcharr worker -l info"
command: >
bash -c "cd /app && nice -n 5 celery -A dispatcharr worker -l info"