set up tailscale cert resolver with name default
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
|||||||
- "--entrypoints.web-secure.address=:443"
|
- "--entrypoints.web-secure.address=:443"
|
||||||
- "--entrypoints.matrix-federation.address=:8448"
|
- "--entrypoints.matrix-federation.address=:8448"
|
||||||
- "--entrypoints.matrix-internal-matrix-client-api.address=:8008"
|
- "--entrypoints.matrix-internal-matrix-client-api.address=:8008"
|
||||||
- "--certificatesresolvers.ts.tailscale=true"
|
- "--certificatesresolvers.default.tailscale=true"
|
||||||
ports:
|
ports:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
- "8448:8448"
|
- "8448:8448"
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ devture_traefik_certs_dumper_ssl_dir_path: "/path/to/your/traefiks/acme.json/dir
|
|||||||
# Example value: someone@example.com
|
# Example value: someone@example.com
|
||||||
devture_traefik_config_certificatesResolvers_acme_email: ''
|
devture_traefik_config_certificatesResolvers_acme_email: ''
|
||||||
# Defined in the separate traefik container
|
# Defined in the separate traefik container
|
||||||
devture_traefik_certResolver_primary: 'ts'
|
devture_traefik_certResolver_primary: default
|
||||||
|
|
||||||
# A Postgres password to use for the superuser Postgres user (called `matrix` by default).
|
# A Postgres password to use for the superuser Postgres user (called `matrix` by default).
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user