Skip to content

Commit

Permalink
remove crontab mount as it breaks depoyment in less file permission a…
Browse files Browse the repository at this point in the history
…re set correctly and is not needed.
  • Loading branch information
fostermh committed Aug 8, 2024
1 parent 924f83e commit 18fb52a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contrib/docker/docker-compose.cpu_limited.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ services:
volumes:
- ckan_home:/srv/app
- ./ckan-run-harvester-entrypoint.sh:/docker-entrypoint.d/ckan-run-harvester-entrypoint.sh
- ./crontab:/etc/crontabs/root
deploy:
resources:
limits:
Expand Down
1 change: 0 additions & 1 deletion contrib/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ services:
volumes:
- ckan_home:/srv/app
- ./ckan-run-harvester-entrypoint.sh:/docker-entrypoint.d/ckan-run-harvester-entrypoint.sh
- ./crontab:/etc/crontabs/root
healthcheck:
test: ["CMD-SHELL", "ps -o args | grep -q '^crond -f'"]
start_period: 5s
Expand Down

0 comments on commit 18fb52a

Please sign in to comment.