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