Skip to content

Instantly share code, notes, and snippets.

@t-book
Created April 30, 2026 14:38
Show Gist options
  • Select an option

  • Save t-book/6431b692b3648b37784c7d90554ed5c2 to your computer and use it in GitHub Desktop.

Select an option

Save t-book/6431b692b3648b37784c7d90554ed5c2 to your computer and use it in GitHub Desktop.
test.yml
services:
nextcloud:
image: nextcloud:30
ports:
- "8088:80"
environment:
NEXTCLOUD_ADMIN_USER: admin
NEXTCLOUD_ADMIN_PASSWORD: admin
SQLITE_DATABASE: nextcloud
volumes:
- nextcloud_data:/var/www/html
# For comparison: the same WebDAV server QFC uses in CI
webdav:
image: bytemark/webdav:2.4
ports:
- "8089:80"
environment:
AUTH_TYPE: Basic
USERNAME: qfc_webdav_user
PASSWORD: qfc_webdav_pwd
volumes:
nextcloud_data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment