Add entrypoint
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (pull_request) Successful in 2s
Remote Deployment Pipeline / Create remote directory (pull_request) Successful in 7s
Remote Deployment Pipeline / Cleanup MR environment (pull_request) Has been skipped
Remote Deployment Pipeline / Sync repository files (pull_request) Successful in 17s
Remote Deployment Pipeline / Run docker-compose remotely (Dev) (pull_request) Successful in 7s
Remote Deployment Pipeline / Run docker-compose remotely (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Run docker-compose remotely (Prod) (pull_request) Has been skipped
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (pull_request) Successful in 2s
Remote Deployment Pipeline / Create remote directory (pull_request) Successful in 7s
Remote Deployment Pipeline / Cleanup MR environment (pull_request) Has been skipped
Remote Deployment Pipeline / Sync repository files (pull_request) Successful in 17s
Remote Deployment Pipeline / Run docker-compose remotely (Dev) (pull_request) Successful in 7s
Remote Deployment Pipeline / Run docker-compose remotely (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Run docker-compose remotely (Prod) (pull_request) Has been skipped
This commit is contained in:
@@ -13,8 +13,7 @@ services:
|
|||||||
- "--providers.docker.network=proxy"
|
- "--providers.docker.network=proxy"
|
||||||
- "--providers.docker.constraints=Label(`env`, `${ENV}`)"
|
- "--providers.docker.constraints=Label(`env`, `${ENV}`)"
|
||||||
- "--entryPoints.web.address=:80"
|
- "--entryPoints.web.address=:80"
|
||||||
- --entryPoints=Name:http Address::80 Redirect.EntryPoint:https
|
- "--entrypoints.https.address=:443"
|
||||||
- --entryPoints=Name:https Address::443 TLS
|
|
||||||
- --certificatesresolvers.letsencrypt.acme.httpchallenge=true
|
- --certificatesresolvers.letsencrypt.acme.httpchallenge=true
|
||||||
- --certificatesresolvers.letsencrypt.acme.httpchallenge.entrypoint=http
|
- --certificatesresolvers.letsencrypt.acme.httpchallenge.entrypoint=http
|
||||||
- --certificatesresolvers.letsencrypt.acme.email=${EMAIL}
|
- --certificatesresolvers.letsencrypt.acme.email=${EMAIL}
|
||||||
|
|||||||
Reference in New Issue
Block a user