diff --git a/stack-proxy-global.yml b/stack-proxy-global.yml index a4dc0e3..e6cf005 100644 --- a/stack-proxy-global.yml +++ b/stack-proxy-global.yml @@ -36,16 +36,16 @@ services: - --defaultentrypoints=http,https - --entryPoints=Name:https Address::443 TLS - --entryPoints=Name:http Address::80 - - --acme - - --acme.email=bret@bretfisher.com + # - --acme + # - --acme.email=${TRAEFIK_ACME_EMAIL} # # TODO: envvar for email and default domain - - --acme.httpchallenge - - --acme.httpchallenge.entrypoint=http - - --acme.onhostrule=true - - --acme.entrypoint=https - - --acme.storage=my/key - - --acme.acmelogging - - --acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory + # - --acme.httpchallenge + # - --acme.httpchallenge.entrypoint=http + # - --acme.onhostrule=true + # - --acme.entrypoint=https + # - --acme.storage=my/key + # - --acme.acmelogging + # - --acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory # - --acme.caserver=https://acme-v02.api.letsencrypt.org/directory deploy: restart_policy: @@ -92,7 +92,7 @@ services: volumes: - consul:/consul/data environment: - - CONSUL_LOCAL_CONFIG={"datacenter":"us_east2","server":true} + - CONSUL_LOCAL_CONFIG={"server":true} - CONSUL_BIND_INTERFACE=eth0 - CONSUL_CLIENT_INTERFACE=eth0 deploy: diff --git a/stack-proxy.yml b/stack-proxy.yml index e46f18f..bf02a18 100644 --- a/stack-proxy.yml +++ b/stack-proxy.yml @@ -25,19 +25,19 @@ services: - --docker.watch - --api - --defaultentrypoints=http,https - - --acme - - --acme.email=bret@bretfisher.com + # - --acme + # - --acme.email=${TRAEFIK_ACME_EMAIL} # # TODO: envvar for email and default domain - - --acme.httpchallenge - - --acme.httpchallenge.entrypoint=http - - --acme.onhostrule=true - - --acme.entrypoint=https - - --entryPoints=Name:https Address::443 TLS - - --entryPoints=Name:http Address::80 - - --acme.storage=/etc/traefik/acme/acme.json - - --acme.acmelogging + # - --acme.httpchallenge + # - --acme.httpchallenge.entrypoint=http + # - --acme.onhostrule=true + # - --acme.entrypoint=https + # - --entryPoints=Name:https Address::443 TLS + # - --entryPoints=Name:http Address::80 + # - --acme.storage=/etc/traefik/acme/acme.json + # - --acme.acmelogging # - --acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory - - --acme.caserver=https://acme-v02.api.letsencrypt.org/directory + # - --acme.caserver=https://acme-v02.api.letsencrypt.org/directory deploy: placement: constraints: [node.role == manager]