gluetun boots, adding duckdns
This commit is contained in:
@@ -133,19 +133,19 @@ services:
|
|||||||
# DUCKDNS
|
# DUCKDNS
|
||||||
############################
|
############################
|
||||||
|
|
||||||
# duckdns:
|
duckdns:
|
||||||
# image: linuxserver/duckdns:latest
|
image: linuxserver/duckdns:latest
|
||||||
# container_name: duckdns
|
container_name: duckdns
|
||||||
# network_mode: "service:gluetun" # Route through gluetun
|
network_mode: "service:gluetun" # Route through gluetun
|
||||||
# depends_on:
|
depends_on:
|
||||||
# - gluetun
|
- gluetun
|
||||||
# environment:
|
environment:
|
||||||
# - PUID=1000
|
- PUID=1000
|
||||||
# - PGID=1000
|
- PGID=1000
|
||||||
# - TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
# - SUBDOMAINS=${DUCKDNS_SUBDOMAINS} # Replace with your DuckDNS subdomain(s)
|
- SUBDOMAINS=${DUCKDNS_SUBDOMAINS} # Replace with your DuckDNS subdomain(s)
|
||||||
# - TOKEN=${DUCKDNS_TOKEN} # Replace with your DuckDNS token
|
- TOKEN=${DUCKDNS_TOKEN} # Replace with your DuckDNS token
|
||||||
# restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
############################
|
############################
|
||||||
# JELLYFIN
|
# JELLYFIN
|
||||||
@@ -177,21 +177,14 @@ services:
|
|||||||
# - "--api.insecure=true" # Optional: Enable Traefik dashboard
|
# - "--api.insecure=true" # Optional: Enable Traefik dashboard
|
||||||
# - "--providers.docker=true"
|
# - "--providers.docker=true"
|
||||||
# - "--providers.docker.exposedbydefault=false"
|
# - "--providers.docker.exposedbydefault=false"
|
||||||
# - "--entrypoints.web.address=:80"
|
# - "--entrypoints.web.address=:8081"
|
||||||
# - "--entrypoints.websecure.address=:443"
|
# - "--entrypoints.http.http.tls=false"
|
||||||
# - "--certificatesresolvers.myresolver.acme.dnschallenge=true"
|
|
||||||
# - "--certificatesresolvers.myresolver.acme.dnschallenge.provider=duckdns"
|
|
||||||
# - "--certificatesresolvers.myresolver.acme.email=${ACME_EMAIL}"
|
|
||||||
# - "--certificatesresolvers.myresolver.acme.storage=/letsencrypt/acme.json"
|
|
||||||
# ports:
|
# ports:
|
||||||
# - "80:80" # HTTP
|
# - "8081:8081" # HTTP
|
||||||
# - "443:443" # HTTPS
|
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
# - /mnt/pool-main/portainer/traefik/letsencrypt:/letsencrypt
|
# - /mnt/.ix-apps/app_mounts/traefik/letsencrypt:/letsencrypt
|
||||||
# - /mnt/pool-main/portainer/traefik/config:/config
|
# - /mnt/.ix-apps/app_mounts/traefik/config:/config
|
||||||
# environment:
|
|
||||||
# - DUCKDNS_TOKEN=${DUCKDNS_TOKEN} # Your DuckDNS token
|
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
|
|
||||||
############################
|
############################
|
||||||
|
|||||||
Reference in New Issue
Block a user