This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3.3"
|
||||
|
||||
services:
|
||||
qx9de:
|
||||
image: git.qx9.de/christian/christian-weimann.de:latest
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- rproxy
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.qx9de.rule=Host(`christianweimannde.web.qx9.de`,`christian-weimann.de`, `www.christian-weimann.de`)
|
||||
|
||||
networks:
|
||||
rproxy:
|
||||
external:
|
||||
name: rproxy
|
||||
Reference in New Issue
Block a user