mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-01 13:52:46 +00:00
User API polylith component (#1151)
* User API polylith component * Add docker-pull.sh
This commit is contained in:
parent
9e3d771a32
commit
72444e4a4f
8 changed files with 45 additions and 2 deletions
|
@ -152,6 +152,17 @@ services:
|
|||
networks:
|
||||
- internal
|
||||
|
||||
user_api:
|
||||
hostname: user_api
|
||||
image: matrixdotorg/dendrite:userapi
|
||||
command: [
|
||||
"--config=dendrite.yaml"
|
||||
]
|
||||
volumes:
|
||||
- ./config:/etc/dendrite
|
||||
networks:
|
||||
- internal
|
||||
|
||||
networks:
|
||||
internal:
|
||||
attachable: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue