Files
ethereum-rpc-docker/tz3iTQcdoV6V.yml
Sebastian 4a17e3a74a fix
2023-11-15 10:11:25 +01:00

23 lines
871 B
YAML

version: '3.1'
services:
tz3iTQcdoV6V:
image: sha256:70ce58cae12f
restart: unless-stopped
expose:
- 6700
command: /config/tz3iTQcdoV6V.json
volumes:
- "./main_configs:/config"
networks:
- chains
labels:
- "traefik.enable=true"
- "traefik.http.services.tz3iTQcdoV6V.loadbalancer.server.port=6700"
- "traefik.http.routers.tz3iTQcdoV6V.entrypoints=websecure"
- "traefik.http.routers.tz3iTQcdoV6V.tls.certresolver=default" # Use the default certresolver (Traefik will not try to obtain Let's Encrypt certificate)
- "traefik.http.routers.tz3iTQcdoV6V.tls.certificates=file:/main_configs/tz3iTQcdoV6V.crt,/main_configs/tz3iTQcdoV6V.key"
- "traefik.http.routers.your_service.tls.options=/main_configs/tz3iTQcdoV6V.ca.crt"
- "traefik.http.routers.tz3iTQcdoV6V.rule=Host(`$DOMAIN2`)"