app-store/apps/traefik-certs-dumper/docker-compose.yml

23 lines
592 B
YAML
Raw Normal View History

version: "3.8"
services:
traefik-certs-dumper:
container_name: traefik-certs-dumper
# user: root
image: humenius/traefik-certs-dumper:1.6.1-alpine
restart: unless-stopped
healthcheck:
test: ["CMD", "/usr/bin/healthcheck"]
interval: 30s
timeout: 10s
retries: 5
volumes:
- ${ROOT_FOLDER_HOST}/traefik/shared/acme.json:/traefik/acme.json:ro
- ${APP_DATA_DIR}/data/certs:/output:rw
environment:
- ACME_FILE_PATH=/traefik/acme.json
networks:
- tipi_main_network
labels:
# Main
traefik.enable: false