From 722c40d103d7fac160013c4d22b55120cd614603 Mon Sep 17 00:00:00 2001 From: yusing Date: Thu, 30 Oct 2025 11:45:06 +0800 Subject: [PATCH] chore(examples): update example configurations with comments for certificate paths and lite variant --- compose.example.yml | 7 ++++--- config.example.yml | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/compose.example.yml b/compose.example.yml index a5385301..62f9320b 100755 --- a/compose.example.yml +++ b/compose.example.yml @@ -22,6 +22,8 @@ services: - ${SOCKET_PROXY_LISTEN_ADDR:-127.0.0.1:2375}:2375 frontend: image: ghcr.io/yusing/godoxy-frontend:${TAG:-latest} + # lite variant + # image: ghcr.io/yusing/godoxy-frontend:${TAG:-latest}-lite container_name: godoxy-frontend restart: unless-stopped env_file: .env @@ -74,10 +76,9 @@ services: - ./error_pages:/app/error_pages:ro - ./data:/app/data - # To use autocert, certs will be stored in "./certs". - # You can also use a docker volume to store it + # This path stores certs obtained from autocert and agent TLS client certs - ./certs:/app/certs - # remove "./certs:/app/certs" and uncomment below to use existing certificate + # mount existing certificate # - /path/to/certs/cert.crt:/app/certs/cert.crt # - /path/to/certs/priv.key:/app/certs/priv.key diff --git a/config.example.yml b/config.example.yml index 50857378..0a8fb733 100644 --- a/config.example.yml +++ b/config.example.yml @@ -4,6 +4,8 @@ # autocert: # provider: local +# cert_path: /path/to/cert.crt # default: /app/certs/cert.crt +# key_path: /path/to/priv.key # default: /app/certs/priv.key # 2. cloudflare # autocert: