mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2025-01-07 21:17:34 +00:00
5f3f05247a
Also updates test to catch this issue
20 lines
362 B
YAML
20 lines
362 B
YAML
---
|
|
version: '3'
|
|
services:
|
|
webdav:
|
|
image: bytemark/webdav
|
|
environment:
|
|
ANONYMOUS_METHODS: ALL
|
|
|
|
plugin:
|
|
build:
|
|
context: ../
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- '.:/test'
|
|
environment:
|
|
PLUGIN_FILE: '/test/test{1,2}.txt'
|
|
PLUGIN_DESTINATION: 'http://webdav/'
|
|
PLUGIN_TIMEOUT: 10
|
|
PLUGIN_ATTEMPTS: 4
|