This commit is contained in:
reonokiy 2025-05-30 02:41:31 +08:00
parent 4846a1512a
commit dcda9cd0b3
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0

View file

@ -57,21 +57,15 @@ services:
image: ghcr.io/element-hq/matrix-authentication-service:0.16.0
container_name: mas
restart: unless-stopped
command: ["server", "--config", "/data/config.yaml"]
command: ["server", "--config", "/data/mas.yaml"]
volumes:
- ${DATA_DIR:-./data}/mas.yaml:/data/config.yaml:ro
- ${DATA_DIR:-./data}/mas.yaml:/data/mas.yaml:ro
- ${DATA_DIR:-./data}/homeserver.yaml:/data/homeserver.yaml:ro
depends_on:
mas-postgres:
condition: service_healthy
ports:
- 8080:8080
syn2mas:
restart: "no"
image: ghcr.io/element-hq/matrix-authentication-service/syn2mas:0.14.0
volumes:
- ${DATA_DIR:-./data}/mas.yaml:/mas.yaml:ro
- ${DATA_DIR:-./data}/homeserver.yaml:/homeserver.yaml:ro
mas-postgres:
image: postgres:17.5