Added lobby auto creation
Docker image / build-and-push (push) Successful in 57s

This commit is contained in:
Aleksandr Bogomiakov
2026-08-06 20:33:27 +01:00
parent 33e01a4a8f
commit c239669932
22 changed files with 3533 additions and 55 deletions
+5 -1
View File
@@ -3,7 +3,11 @@ FROM node:22-alpine
ENV NODE_ENV=production \
PORT=3000 \
STEAM_AUTH_FILE=/data/.steam-auth.json \
STEAM_CREDENTIALS_FILE=/data/.steam-credentials.json
STEAM_CREDENTIALS_FILE=/data/.steam-credentials.json \
STEAM_DATA_DIR=/data/node-steam-user \
LOBBY_SETTINGS_FILE=/data/.lobby-settings.json \
WEB_PUSH_FILE=/data/.web-push.json \
TELEGRAM_FILE=/data/.telegram.json
WORKDIR /app