Skip to content
Snippets Groups Projects
Verified Commit 66802d50 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Updated incorrect celery commands

parent 20d8daa1
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ services: ...@@ -20,7 +20,7 @@ services:
restart: unless-stopped restart: unless-stopped
image: funkwhale/funkwhale:${FUNKWHALE_VERSION:-latest} image: funkwhale/funkwhale:${FUNKWHALE_VERSION:-latest}
env_file: .env env_file: .env
command: python manage.py celery worker command: celery -A funkwhale_api.taskapp worker -l INFO
links: links:
- postgres - postgres
- redis - redis
......
...@@ -8,7 +8,7 @@ User=funkwhale ...@@ -8,7 +8,7 @@ User=funkwhale
# adapt this depending on the path of your funkwhale installation # adapt this depending on the path of your funkwhale installation
WorkingDirectory=/srv/funkwhale/api WorkingDirectory=/srv/funkwhale/api
EnvironmentFile=/srv/funkwhale/config/.env EnvironmentFile=/srv/funkwhale/config/.env
ExecStart=/srv/funkwhale/virtualenv/bin/python manage.py celery worker ExecStart=/srv/funkwhale/virtualenv/bin/celery -A funkwhale_api.taskapp worker -l INFO
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment