mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 05:02:52 +02:00
update
This commit is contained in:
parent
4846a1512a
commit
dcda9cd0b3
1 changed files with 3 additions and 9 deletions
|
@ -57,21 +57,15 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue