1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Include certdumper in autobuild

This commit is contained in:
Tim Möhlmann 2018-12-30 17:06:52 +02:00
parent fd23e02aaa
commit 7c7b52d935
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE

View File

@ -30,6 +30,10 @@ services:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}radicale:${MAILU_VERSION:-local}
build: ../optional/radicale
traefik-certdumper:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}traefik-certdumper:${MAILU_VERSION:-local}
build: ../optional/traefik-certdumper
admin:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}admin:${MAILU_VERSION:-local}
build: ../core/admin