From 965c060dca284edb285cbb4e7ecd2e251fa39fc0 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 11 Apr 2026 13:19:37 -0500 Subject: chore: harden repo defaults for secrets, deployment, and logging --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compose.yml') diff --git a/compose.yml b/compose.yml index 90d10e9..3ec0560 100644 --- a/compose.yml +++ b/compose.yml @@ -2,12 +2,12 @@ services: hutch-stats: build: context: . - container_name: hutch-stats + container_name: ${COMPOSE_PROJECT_NAME:-hutch-stats} ports: - - "8000:8000" + - "${HOST_PORT:-8000}:8000" environment: API_KEY: ${API_KEY} - ENABLE_SCHEDULER: "true" + ENABLE_SCHEDULER: ${ENABLE_SCHEDULER:-false} SRHT_TOKEN: ${SRHT_TOKEN} TODO_SRHT_ENDPOINT: ${TODO_SRHT_ENDPOINT:-https://todo.sr.ht/query} GIT_SRHT_ENDPOINT: ${GIT_SRHT_ENDPOINT:-https://git.sr.ht/query} -- cgit v1.2.3