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,22 +57,16 @@ services:
image: ghcr.io/element-hq/matrix-authentication-service:0.16.0 image: ghcr.io/element-hq/matrix-authentication-service:0.16.0
container_name: mas container_name: mas
restart: unless-stopped restart: unless-stopped
command: ["server", "--config", "/data/config.yaml"] command: ["server", "--config", "/data/mas.yaml"]
volumes: 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: depends_on:
mas-postgres: mas-postgres:
condition: service_healthy condition: service_healthy
ports: ports:
- 8080:8080 - 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: mas-postgres:
image: postgres:17.5 image: postgres:17.5
container_name: mas-postgres container_name: mas-postgres