Fix
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
|||||||
- ${MAS_CONFIG_DIR}:/config
|
- ${MAS_CONFIG_DIR}:/config
|
||||||
ports:
|
ports:
|
||||||
- "8090:8090"
|
- "8090:8090"
|
||||||
|
depends_on:
|
||||||
|
- mas_db
|
||||||
mas_db:
|
mas_db:
|
||||||
image: docker.io/library/postgres:17
|
image: docker.io/library/postgres:17
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -35,5 +37,5 @@ services:
|
|||||||
- "8008:8008"
|
- "8008:8008"
|
||||||
depends_on:
|
depends_on:
|
||||||
- synapse_db
|
- synapse_db
|
||||||
- matrix-authentication-service
|
- mas
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user