|
@@ -1,7 +1,7 @@
|
|
version: "3"
|
|
version: "3"
|
|
|
|
|
|
networks:
|
|
networks:
|
|
- proxytanet:
|
|
|
|
|
|
+ web:
|
|
external: true
|
|
external: true
|
|
|
|
|
|
services:
|
|
services:
|
|
@@ -15,9 +15,8 @@ services:
|
|
labels:
|
|
labels:
|
|
traefik.enable: "true"
|
|
traefik.enable: "true"
|
|
traefik.frontend.rule: "Host: matrix.${CHATONS_DOMAIN:-local}, www.matrix.${CHATONS_DOMAIN:-local}"
|
|
traefik.frontend.rule: "Host: matrix.${CHATONS_DOMAIN:-local}, www.matrix.${CHATONS_DOMAIN:-local}"
|
|
- traefik.docker.network: "proxytanet"
|
|
|
|
networks:
|
|
networks:
|
|
- - proxytanet
|
|
|
|
|
|
+ - web
|
|
- default
|
|
- default
|
|
volumes:
|
|
volumes:
|
|
- ${CHATONS_ROOT_DIR:-/srv/chatons}/matrix/data:/data
|
|
- ${CHATONS_ROOT_DIR:-/srv/chatons}/matrix/data:/data
|
|
@@ -45,4 +44,4 @@ services:
|
|
traefik.enable: "true"
|
|
traefik.enable: "true"
|
|
traefik.frontend.rule: "Host: riot.${CHATONS_DOMAIN:-local}, www.riot.${CHATONS_DOMAIN:-local}"
|
|
traefik.frontend.rule: "Host: riot.${CHATONS_DOMAIN:-local}, www.riot.${CHATONS_DOMAIN:-local}"
|
|
networks:
|
|
networks:
|
|
- - proxytanet
|
|
|
|
|
|
+ - web
|