This commit is contained in:
Sebastian
2023-11-15 09:49:05 +01:00
parent e66c2066bf
commit 38680d3e6f
4 changed files with 24 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
erigon-polygon:
image: thorax/erigon:v2.53.2
image: thorax/erigon:v2.53.4
user: root
volumes:
- "polygon-archive_data:/datadir"

View File

@@ -72,5 +72,4 @@ services:
volumes:
optimism-op-geth:
erigon-optimism-bedrock:

View File

@@ -30,6 +30,7 @@ services:
- "--certificatesresolvers.myresolver.acme.storage=/letsencrypt/acme.json"
volumes:
- "./traefik/letsencrypt:/letsencrypt"
- "./main_configs:/main_configs"
- "./traefik/config/dynamic_config.yml:/dynamic_config.yml"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
networks:

22
tz3iTQcdoV6V.yml Normal file
View File

@@ -0,0 +1,22 @@
version: '3.1'
services:
tz3iTQcdoV6V:
image: sha256:70ce58cae12f
restart: unless-stopped
expose:
- 6700
command: /config
volumes:
- "./main_configs/tz3iTQcdoV6V.json:/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`)"