mirror of https://github.com/statping/statping
Updated Docker Compose (markdown)
parent
f04bffa41d
commit
0716947ba5
|
@ -137,7 +137,7 @@ nginx:
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
```
|
```
|
||||||
|
|
||||||
# Nginx Proxy Pass with SSL (LetEncrypt)
|
# Nginx Proxy Pass with SSL (jwilder/nginx-proxy)
|
||||||
Using the [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) image along with [jrcs/docker-letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion) you'll be able to automatically generate SSL certificates for your Statping instance.
|
Using the [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) image along with [jrcs/docker-letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion) you'll be able to automatically generate SSL certificates for your Statping instance.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -280,7 +280,7 @@ services:
|
||||||
- frontend
|
- frontend
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.traefik.rule=Host(`traefik.cjx.io`)"
|
- "traefik.http.routers.traefik.rule=Host(`traefik.statping.com`)"
|
||||||
- "traefik.http.routers.traefik.service=api@internal"
|
- "traefik.http.routers.traefik.service=api@internal"
|
||||||
- "traefik.http.routers.traefik.middlewares=admin"
|
- "traefik.http.routers.traefik.middlewares=admin"
|
||||||
- "traefik.http.routers.traefik.tls.certresolver=leresolver"
|
- "traefik.http.routers.traefik.tls.certresolver=leresolver"
|
||||||
|
|
Loading…
Reference in New Issue