Skip to content

Commit

Permalink
fix(fixtures): docker-compose for nextcloud, owncloud
Browse files Browse the repository at this point in the history
  • Loading branch information
shauvet committed Oct 30, 2023
1 parent 7bf0545 commit 52ee2e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions fixtures/nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,7 @@ services:
NEXTCLOUD_ADMIN_USER: admin
NEXTCLOUD_ADMIN_PASSWORD: admin
REDIS_HOST: redis
options: >-
--health-cmd="curl -f http://localhost"
--health-interval=10s
--health-timeout=5s
--health-retries=5

redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5

10 changes: 0 additions & 10 deletions fixtures/owncloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ services:
HTTP_PORT: 8080
OWNCLOUD_REDIS_ENABLED: true
OWNCLOUD_REDIS_HOST: redis
options: >-
--health-cmd "/usr/bin/healthcheck"
--health-interval 10s
--health-timeout 5s
--health-retries 5

redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5

0 comments on commit 52ee2e6

Please sign in to comment.