pangolin
This commit is contained in:
@@ -8,6 +8,13 @@ services:
|
||||
- traefik
|
||||
volumes:
|
||||
- /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:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:3001/api/v1/"]
|
||||
interval: "3s"
|
||||
|
||||
Reference in New Issue
Block a user