infrastructure/ansible/roles/intersect-docker/files/web-rng/docker-compose.yml
Jake Howard fe5a5984c3
Remove container names from containers
They're not needed for anything, and caused annoying weird issues when cycling containers
2020-06-27 17:45:28 +01:00

11 lines
303 B
YAML

version: "2.3"
services:
web-rng:
image: docker.pkg.github.com/realorangeone/web-rng/web-rng:latest
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