Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Fix path to lock directory
  • Loading branch information
skodapetr authored Jan 27, 2024
1 parent 873309f commit 877f5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
condition: service_healthy
environment:
CELERY_BROKER_URL: "amqp://${RABBITMQ_DEFAULT_USER:-user}:${RABBITMQ_DEFAULT_PASS:-1234}@rabbitmq:5672"
LOCK_DIRECTORY: "/data/prankweb/lock"
LOCK_DIRECTORY: "/data/prankweb/predictions/lock"
volumes:
- conservation:/data/conservation
- predictions:/data/prankweb/predictions
Expand Down Expand Up @@ -114,4 +114,4 @@ volumes:
name: prankweb_services
docking:
external: True
name: prankweb_docking
name: prankweb_docking

0 comments on commit 877f5b9

Please sign in to comment.