From 5ca8a33121e6ff9feded6a4c4259842135183ad8 Mon Sep 17 00:00:00 2001 From: Mootfrost Date: Sun, 13 Apr 2025 00:47:40 +0300 Subject: [PATCH] Fix ci --- compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yml b/compose.yml index 5d77b52..c3528a5 100644 --- a/compose.yml +++ b/compose.yml @@ -5,6 +5,8 @@ services: build: . env_file: - .env.production + environment: + - OAUTH_JSON restart: unless-stopped command: > sh -c "echo $OAUTH_JSON > /app/oauth.json && python -m alembic upgrade head && python app/__main__.py"