Setup DNS for pages

This commit is contained in:
Jake Howard
2021-01-17 12:49:23 +00:00
parent b992df0313
commit ac4a93e0ed
2 changed files with 7 additions and 3 deletions

View File

@ -11,6 +11,10 @@ services:
environment:
- MINIO_ACCESS_KEY={{ minio_access_key }}
- MINIO_SECRET_KEY={{ minio_secret_key }}
labels:
- traefik.enable=true
- traefik.http.routers.upload.rule=Host(`pages.theorangeone.net`)
- traefik.http.routers.upload.tls.certresolver=le
traefik-pages:
image: theorangeone/traefik-pages:latest