Files
2026-03-28 18:03:17 +00:00

23 lines
707 B
YAML

services:
ketesa:
container_name: ketesa
hostname: ketesa
image: ghcr.io/etkecc/ketesa:latest
# build:
# context: .
# dockerfile: docker/Dockerfile.build
# to use the docker-compose as standalone without a local repo clone,
# replace the context definition with this:
# context: https://github.com/etkecc/ketesa.git
# 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="/ketesa"
ports:
- "8080:8080"
restart: unless-stopped