mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
ee8050f697
Change-Id: I67083d86ea45c15b02f8db54a1649dbb013c3d50
26 lines
851 B
YAML
26 lines
851 B
YAML
version: "3"
|
|
|
|
services:
|
|
synapse-admin:
|
|
container_name: synapse-admin
|
|
hostname: synapse-admin
|
|
image: awesometechnologies/synapse-admin:latest
|
|
# build:
|
|
# context: .
|
|
|
|
# to use the docker-compose as standalone without a local repo clone,
|
|
# replace the context definition with this:
|
|
# context: https://github.com/Awesome-Technologies/synapse-admin.git
|
|
|
|
# args:
|
|
# if you're building on an architecture other than amd64, make sure
|
|
# to define a maximum ram for node. otherwise the build will fail.
|
|
# - NODE_OPTIONS="--max_old_space_size=1024"
|
|
# default is /
|
|
# - PUBLIC_URL=/synapse-admin
|
|
# You can use a fixed homeserver, so that the user can no longer define it himself
|
|
# - REACT_APP_SERVER="https://matrix.example.com"
|
|
ports:
|
|
- "8080:80"
|
|
restart: unless-stopped
|