Renovate Bot
91b68f6b17
This PR contains the following updates: | Package | Update | Change | |---|---|---| | httpd | pinDigest | -> `ba84615` | | httpd | pinDigest | -> `5201524` | --- > ⚠ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: #655 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
40 lines
1.5 KiB
Django/Jinja
40 lines
1.5 KiB
Django/Jinja
version: '3'
|
|
services:
|
|
wiki-webserver:
|
|
container_name: wiki-webserver
|
|
image: httpd:2.4@sha256:ba846154ade27292d216cce2d21f1c7e589f3b66a4a643bff0cdd348efd17aa3
|
|
restart: always
|
|
networks:
|
|
- traefik
|
|
ports:
|
|
- 8087:80
|
|
volumes:
|
|
- /docker/wiki/site:/usr/local/apache2/htdocs/
|
|
# /docker/wiki/site ist ein lokales Verzeichnis auf docker10
|
|
# dieser Verzeichnis wird direkt in der wiki ci gemountet
|
|
# und die daten werden dort reingeschrieben
|
|
labels:
|
|
traefik.http.routers.wiki.rule: Host(`wiki2.mgrote.net`)
|
|
traefik.enable: true
|
|
traefik.http.routers.wiki.tls: true
|
|
traefik.http.routers.wiki.tls.certresolver: resolver_letsencrypt
|
|
traefik.http.routers.wiki.entrypoints: entry_https
|
|
traefik.http.services.wiki.loadbalancer.server.port: 80
|
|
|
|
traefik.http.routers.wiki.middlewares: nforwardauth
|
|
# traefik.http.routers.wiki.middlewares: ldap_auth
|
|
#
|
|
# # ldapAuth Options
|
|
# traefik.http.middlewares.ldap_auth.plugin.ldapAuth.enabled: true
|
|
# traefik.http.middlewares.ldap_auth.plugin.ldapAuth.logLevel: DEBUG
|
|
# traefik.http.middlewares.ldap_auth.plugin.ldapAuth.url: ldap://lldap-app
|
|
# traefik.http.middlewares.ldap_auth.plugin.ldapAuth.port: 3890
|
|
# traefik.http.middlewares.ldap_auth.plugin.ldapAuth.baseDN: "ou=people,dc=grote,dc=lan"
|
|
# traefik.http.middlewares.ldap_auth.plugin.ldapAuth.attribute: uid
|
|
|
|
com.centurylinklabs.watchtower.enable: true
|
|
|
|
######## Networks ########
|
|
networks:
|
|
traefik:
|
|
external: true
|