Deploy web-rng

https://github.com/RealOrangeOne/web-rng
This commit is contained in:
Jake Howard
2020-05-17 18:04:44 +01:00
parent 323a3db478
commit 9850f73a17
4 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,11 @@
version: "2.3"
services:
web-rng:
image: docker.pkg.github.com/realorangeone/web-rng/web-rng:latest
container_name: web-rng
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.web-rng.rule=Host(`rng.theorangeone.net`)"
- "traefik.http.routers.web-rng.tls.certresolver=le"