Created example env, updated docker-compose, added valkey to supervisord

This commit is contained in:
2026-01-19 19:05:45 +00:00
parent 35252fa1e8
commit 43fe875cde
9 changed files with 130 additions and 62 deletions

View File

@@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
nodejs \
npm \
supervisor \
valkey-server \
&& rm -rf /var/lib/apt/lists/*
# =============================================