2020-05-21 12:02:28 +00:00
|
|
|
version: "3.4"
|
|
|
|
services:
|
|
|
|
client_api:
|
|
|
|
hostname: client_api
|
2020-10-20 15:11:24 +00:00
|
|
|
image: matrixdotorg/dendrite-polylith:latest
|
|
|
|
command: clientapi
|
2020-05-21 12:02:28 +00:00
|
|
|
volumes:
|
|
|
|
- ./config:/etc/dendrite
|
|
|
|
networks:
|
|
|
|
- internal
|
|
|
|
|
|
|
|
media_api:
|
|
|
|
hostname: media_api
|
2020-10-20 15:11:24 +00:00
|
|
|
image: matrixdotorg/dendrite-polylith:latest
|
|
|
|
command: mediaapi
|
2020-05-21 12:02:28 +00:00
|
|
|
volumes:
|
|
|
|
- ./config:/etc/dendrite
|
2021-03-03 11:20:40 +00:00
|
|
|
- ./media:/var/dendrite/media
|
2020-05-21 12:02:28 +00:00
|
|
|
networks:
|
|
|
|
- internal
|
|
|
|
|
|
|
|
sync_api:
|
|
|
|
hostname: sync_api
|
2020-10-20 15:11:24 +00:00
|
|
|
image: matrixdotorg/dendrite-polylith:latest
|
|
|
|
command: syncapi
|
2020-05-21 12:02:28 +00:00
|
|
|
volumes:
|
|
|
|
- ./config:/etc/dendrite
|
|
|
|
networks:
|
|
|
|
- internal
|
|
|
|
|
|
|
|
room_server:
|
|
|
|
hostname: room_server
|
2020-10-20 15:11:24 +00:00
|
|
|
image: matrixdotorg/dendrite-polylith:latest
|
|
|
|
command: roomserver
|
2020-05-21 12:02:28 +00:00
|
|
|
volumes:
|
|
|
|
- ./config:/etc/dendrite
|
|
|
|
networks:
|
|
|
|
- internal
|
|
|
|
|
|
|
|
edu_server:
|
|
|
|
hostname: edu_server
|
2020-10-20 15:11:24 +00:00
|
|
|
image: matrixdotorg/dendrite-polylith:latest
|
|
|
|
command: eduserver
|
2020-05-21 12:02:28 +00:00
|
|
|
volumes:
|
|
|
|
- ./config:/etc/dendrite
|
|
|
|
networks:
|
|
|
|
- internal
|
|
|
|
|
|
|
|
federation_api:
|
|
|
|
hostname: federation_api
|
2020-10-20 15:11:24 +00:00
|
|
|
image: matrixdotorg/dendrite-polylith:latest
|
|
|
|
command: federationapi
|
2020-05-21 12:02:28 +00:00
|
|
|
volumes:
|
|
|
|
- ./config:/etc/dendrite
|
|
|
|
networks:
|
|
|
|
- internal
|
|
|
|
|
|
|
|
federation_sender:
|
|
|
|
hostname: federation_sender
|
2020-10-20 15:11:24 +00:00
|
|
|
image: matrixdotorg/dendrite-polylith:latest
|
|
|
|
command: federationsender
|
2020-05-21 12:02:28 +00:00
|
|
|
volumes:
|
|
|
|
- ./config:/etc/dendrite
|
|
|
|
networks:
|
|
|
|
- internal
|
|
|
|
|
|
|
|
key_server:
|
2020-05-27 09:19:24 +00:00
|
|
|
hostname: key_server
|
2020-10-20 15:11:24 +00:00
|
|
|
image: matrixdotorg/dendrite-polylith:latest
|
|
|
|
command: keyserver
|
2020-05-21 12:02:28 +00:00
|
|
|
volumes:
|
|
|
|
- ./config:/etc/dendrite
|
|
|
|
networks:
|
2021-02-12 09:25:35 +00:00
|
|
|
- internal
|
2020-05-21 12:02:28 +00:00
|
|
|
|
2020-10-07 15:23:18 +00:00
|
|
|
signing_key_server:
|
|
|
|
hostname: signing_key_server
|
2020-10-20 15:11:24 +00:00
|
|
|
image: matrixdotorg/dendrite-polylith:latest
|
|
|
|
command: signingkeyserver
|
2020-05-27 09:19:24 +00:00
|
|
|
volumes:
|
|
|
|
- ./config:/etc/dendrite
|
|
|
|
networks:
|
|
|
|
- internal
|
|
|
|
|
2020-06-19 08:37:19 +00:00
|
|
|
user_api:
|
|
|
|
hostname: user_api
|
2020-10-20 15:11:24 +00:00
|
|
|
image: matrixdotorg/dendrite-polylith:latest
|
|
|
|
command: userapi
|
2020-06-19 08:37:19 +00:00
|
|
|
volumes:
|
2021-02-12 09:25:35 +00:00
|
|
|
- ./config:/etc/dendrite
|
2020-06-19 08:37:19 +00:00
|
|
|
networks:
|
2021-02-12 09:25:35 +00:00
|
|
|
- internal
|
2020-06-19 08:37:19 +00:00
|
|
|
|
2020-06-20 20:28:30 +00:00
|
|
|
appservice_api:
|
|
|
|
hostname: appservice_api
|
2020-10-20 15:11:24 +00:00
|
|
|
image: matrixdotorg/dendrite-polylith:latest
|
|
|
|
command: appservice
|
2020-06-20 20:28:30 +00:00
|
|
|
volumes:
|
|
|
|
- ./config:/etc/dendrite
|
|
|
|
networks:
|
|
|
|
- internal
|
|
|
|
depends_on:
|
|
|
|
- room_server
|
|
|
|
- user_api
|
|
|
|
|
2020-05-21 12:02:28 +00:00
|
|
|
networks:
|
|
|
|
internal:
|
|
|
|
attachable: true
|