pouvoir créer le service webdav (sur un volume wp)
This commit is contained in:
@@ -229,6 +229,28 @@ services:
|
||||
volumes:
|
||||
- spip:/usr/src/spip
|
||||
#}}
|
||||
#{{webdav
|
||||
webdav:
|
||||
image: httpd:2.4
|
||||
container_name: ${orga}-${webdavServName}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- orgaNet
|
||||
environment:
|
||||
#surcharge dans compose.override.yml
|
||||
- LDAP_USERS=
|
||||
- DOMAIN=${domain}
|
||||
- LDAP_ROOT=${ldap_root}
|
||||
volumes:
|
||||
- wordpress:/var/www/webdav
|
||||
- ./webdav-conf/httpd.conf:/usr/local/apache2/conf/httpd.conf:ro
|
||||
- ./webdav-conf/httpd-webdav.conf:/usr/local/apache2/conf/extra/httpd-webdav.conf:ro
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.${orga}-${webdavServName}.rule=Host(`${orga}-${webdavHost}.${domain}`)"
|
||||
volumes:
|
||||
|
||||
#}}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user