pangolin
This commit is contained in:
@@ -8,6 +8,13 @@ services:
|
|||||||
- traefik
|
- traefik
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/pangolin/config:/app/config
|
- /srv/pangolin/config:/app/config
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.pangolin.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.pangolin.rule=Host(`pangolin.knast.cc`)"
|
||||||
|
- "traefik.http.routers.pangolin.tls.certresolver=letsencr"
|
||||||
|
- "traefik.http.services.pangolin.loadbalancer.server.port=8000"
|
||||||
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:3001/api/v1/"]
|
test: ["CMD", "curl", "-f", "http://localhost:3001/api/v1/"]
|
||||||
interval: "3s"
|
interval: "3s"
|
||||||
|
|||||||
Reference in New Issue
Block a user