Update config naming and doc

This commit is contained in:
2025-10-17 20:36:29 -07:00
parent eb9e107f65
commit c15f1a50ca
11 changed files with 206 additions and 46 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ WORKDIR /app
COPY --from=builder /build/server /app/
# Copy default config (can be overridden with volume mount)
COPY config.yaml /app/config.yaml
COPY notifier.config /app/notifier.config
# Create directory for queue persistence
RUN mkdir -p /var/lib/notifier && \