Files
qx9.de/docker-compose.yml
Christian Weimann 060b9f8580
All checks were successful
continuous-integration/drone/push Build is passing
Update repo path
2024-01-13 13:17:29 +01:00

16 lines
319 B
YAML

version: "3.3"
services:
qx9de:
image: git.qx9.de/christian/qx9.de:latest
restart: unless-stopped
networks:
- rproxy
labels:
- traefik.enable=true
- traefik.http.routers.qx9de.rule=Host(`qx9de.web.qx9.de`,`qx9.de`, `www.qx9.de`)
networks:
rproxy:
external:
name: rproxy