rename services and containers
This commit is contained in:
parent
8377c72d60
commit
1e72c652b3
|
@ -1,8 +1,8 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
homeserver:
|
matrix-conduit:
|
||||||
container_name: matrix
|
container_name: matrix-conduit
|
||||||
image: matrixconduit/matrix-conduit:v0.5.0
|
image: matrixconduit/matrix-conduit:v0.5.0
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:6167
|
- ${APP_PORT}:6167
|
||||||
|
@ -31,8 +31,8 @@ services:
|
||||||
traefik.http.routers.matrix.tls.certresolver: myresolver
|
traefik.http.routers.matrix.tls.certresolver: myresolver
|
||||||
traefik.http.services.matrix.loadbalancer.server.port: 6167
|
traefik.http.services.matrix.loadbalancer.server.port: 6167
|
||||||
|
|
||||||
well-known:
|
matrix-conduit-well-known:
|
||||||
container_name: matrix-well-known
|
container_name: matrix-conduit-well-known
|
||||||
build:
|
build:
|
||||||
context: nginx
|
context: nginx
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue
Block a user