12 lines
288 B
YAML
12 lines
288 B
YAML
services:
|
|
siti-plugin-repo:
|
|
image: siti-plugin-repo:latest
|
|
build: .
|
|
container_name: siti-plugin-repo
|
|
ports:
|
|
- "${HOST_PORT:-8080}:${PORT:-3001}"
|
|
environment:
|
|
PORT: "${PORT:-3001}"
|
|
CACHE_TTL_MS: "${CACHE_TTL_MS:-600000}"
|
|
restart: unless-stopped
|