Add container to extract TLS certs from traefik into standard format
Disable its network access, just in case
This commit is contained in:
parent
4ba1ab0a28
commit
5b586f2608
1 changed files with 8 additions and 0 deletions
|
@ -42,6 +42,14 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- proxy_private
|
- proxy_private
|
||||||
|
|
||||||
|
certs:
|
||||||
|
image: slocomptech/traefik-cert-extract:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
networks: []
|
||||||
|
volumes:
|
||||||
|
- ./traefik:/data:ro
|
||||||
|
- ./certs:/config/certs
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Reference in a new issue