Skip to content

Commit

Permalink
Merge pull request #9 from abellotti/celery_worker_mount_sshkeys
Browse files Browse the repository at this point in the history
fix(celery-worker): Should mount the /sshkeys just like the server
  • Loading branch information
abellotti authored May 14, 2024
2 parents 38590ff + b19563f commit 900f8f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/discovery-celery-worker.container
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Secret=discovery-django-secret-key,type=env,target=DJANGO_SECRET_KEY
Exec=/bin/sh -c /deploy/entrypoint_celery_worker.sh
Volume=%h/.local/share/discovery/data:/var/data:z
Volume=%h/.local/share/discovery/log:/var/log:z
Volume=%h/.local/share/discovery/sshkeys:/sshkeys:z
Network=discovery.network

[Service]
Expand Down

0 comments on commit 900f8f7

Please # to comment.