2021-01-23 15:37:50 +03:00
|
|
|
services:
|
|
|
|
synapse-admin:
|
|
|
|
container_name: synapse-admin
|
|
|
|
hostname: synapse-admin
|
2024-08-31 15:14:44 +03:00
|
|
|
image: ghcr.io/etkecc/synapse-admin:latest
|
2021-01-23 15:37:50 +03:00
|
|
|
# build:
|
2024-02-05 19:32:32 +03:00
|
|
|
# context: .
|
2021-01-23 15:37:50 +03:00
|
|
|
|
|
|
|
# to use the docker-compose as standalone without a local repo clone,
|
|
|
|
# replace the context definition with this:
|
2024-08-31 15:14:44 +03:00
|
|
|
# context: https://github.com/etkecc/synapse-admin.git
|
2021-01-23 15:37:50 +03:00
|
|
|
|
2024-04-24 17:00:55 +03:00
|
|
|
# args:
|
|
|
|
# - BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
|
|
|
|
# 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"
|
|
|
|
# - BASE_PATH="/synapse-admin"
|
2021-01-23 15:37:50 +03:00
|
|
|
ports:
|
|
|
|
- "8080:80"
|
|
|
|
restart: unless-stopped
|