2021-01-23 12:37:50 +00:00
|
|
|
services:
|
|
|
|
synapse-admin:
|
|
|
|
container_name: synapse-admin
|
|
|
|
hostname: synapse-admin
|
|
|
|
image: awesometechnologies/synapse-admin:latest
|
|
|
|
# build:
|
2024-02-05 16:32:32 +00:00
|
|
|
# context: .
|
2021-01-23 12:37:50 +00:00
|
|
|
|
|
|
|
# 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:
|
2023-01-24 08:29:14 +00:00
|
|
|
# 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"
|
2023-02-03 21:17:08 +00:00
|
|
|
# default is .
|
2023-01-24 08:29:14 +00:00
|
|
|
# - PUBLIC_URL=/synapse-admin
|
2021-01-23 12:37:50 +00:00
|
|
|
ports:
|
|
|
|
- "8080:80"
|
|
|
|
restart: unless-stopped
|