Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
66802d50
Verified
Commit
66802d50
authored
Mar 06, 2018
by
Eliot Berriot
Browse files
Updated incorrect celery commands
parent
20d8daa1
Pipeline
#519
passed with stage
in 2 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deploy/docker-compose.yml
View file @
66802d50
...
...
@@ -20,7 +20,7 @@ services:
restart
:
unless-stopped
image
:
funkwhale/funkwhale:${FUNKWHALE_VERSION:-latest}
env_file
:
.env
command
:
python manage.py celery worker
command
:
celery -A funkwhale_api.taskapp worker -l INFO
links
:
-
postgres
-
redis
...
...
deploy/funkwhale-worker.service
View file @
66802d50
...
...
@@ -8,7 +8,7 @@ User=funkwhale
# adapt this depending on the path of your funkwhale installation
WorkingDirectory
=
/srv/funkwhale/api
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]
WantedBy
=
multi-user.target
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment