All checks were successful
Remote Deployment Pipeline / Prepare Context (push) Successful in 3s
Remote Deployment Pipeline / Deploy (Staging) (push) Successful in 51s
Remote Deployment Pipeline / Deploy (Dev/Preview) (push) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (push) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (push) Successful in 1m1s
Reviewed-on: #24 Co-authored-by: kovagoadi <kovagoadi@gmail.com> Co-committed-by: kovagoadi <kovagoadi@gmail.com>
8 lines
243 B
Bash
8 lines
243 B
Bash
PORT=80
|
|
HTTPS_PORT=443
|
|
ENV=prod
|
|
NETWORK_NAME=proxy
|
|
CERTBOT_CA_RESOLVER=https://acme-v02.api.letsencrypt.org/directory
|
|
DOMAIN=kovagoadi.hu
|
|
ACME_BYPASS=true
|
|
TRAEFIK_LEGACY_OPT="--providers.file.filename=/etc/traefik/forward-to-legacy-nginx.yaml" |