Skip to content

Commit

Permalink
Move webdav servers to a subdirectory under tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Mar 3, 2024
1 parent 0572256 commit e956ffb
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
retries: 30
webdav-hacdias:
<<: *base
build: ./hacdias
build: ./servers/hacdias
ports:
- "8001:80"
healthcheck:
Expand All @@ -30,7 +30,7 @@ services:
timeout: 5s
webdav-nginx:
<<: *base
build: ./nginx
build: ./servers/nginx
ports:
- "8002:80"
environment:
Expand All @@ -41,7 +41,7 @@ services:
timeout: 5s
webdav-nextcloud:
<<: *base
build: ./nextcloud
build: ./servers/nextcloud
ports:
- "8003:80"
environment:
Expand All @@ -54,7 +54,7 @@ services:
retries: 30
webdav-apache:
<<: *base
build: ./apache
build: ./servers/apache
ports:
- "8004:80"
healthcheck:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e956ffb

Please sign in to comment.