All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (push) Successful in 2s
Remote Deployment Pipeline / Create remote directory (push) Successful in 5s
Remote Deployment Pipeline / Cleanup MR environment (push) Has been skipped
Remote Deployment Pipeline / Sync repository files (push) Successful in 19s
Remote Deployment Pipeline / Run docker-compose remotely (Dev) (push) Has been skipped
Remote Deployment Pipeline / Run docker-compose remotely (Staging) (push) Successful in 11s
Remote Deployment Pipeline / Run docker-compose remotely (Prod) (push) Successful in 10s
Reviewed-on: #11 Co-authored-by: kovagoadi <kovagoadi@gmail.com> Co-committed-by: kovagoadi <kovagoadi@gmail.com>
7 lines
226 B
Bash
7 lines
226 B
Bash
PORT=81
|
|
HTTPS_PORT=444
|
|
ENV=prod
|
|
NETWORK_NAME=proxy
|
|
CERTBOT_CA_RESOLVER=https://acme-v02.api.letsencrypt.org/directory
|
|
DOMAIN=kovagoadi.hu
|
|
TRAEFIK_LEGACY_OPT="--providers.file.filename=/etc/traefik/forward-to-legacy-nginx.yaml" |