17 lines
297 B
YAML
17 lines
297 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
hs1:
|
||
|
image: matrix-public-archive-test-homeserver:latest
|
||
|
ports:
|
||
|
- '11008:8008'
|
||
|
environment:
|
||
|
- SERVER_NAME=hs1
|
||
|
|
||
|
hs2:
|
||
|
image: matrix-public-archive-test-homeserver:latest
|
||
|
ports:
|
||
|
- '12008:8008'
|
||
|
environment:
|
||
|
- SERVER_NAME=hs2
|