Add container to extract TLS certs from traefik into standard format

Disable its network access, just in case
This commit is contained in:
Jake Howard 2022-06-13 21:18:45 +01:00
parent 4ba1ab0a28
commit 5b586f2608
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -42,6 +42,14 @@ services:
networks:
- proxy_private
certs:
image: slocomptech/traefik-cert-extract:latest
restart: unless-stopped
networks: []
volumes:
- ./traefik:/data:ro
- ./certs:/config/certs
networks:
traefik:
external: true