14 lines
543 B
Bash
14 lines
543 B
Bash
GITHUB_TOKEN=
|
|
GIT_TOKEN=
|
|
BACKEND_REPO=https://github.com/fromchat-messenger/backend.git
|
|
WEB_REPO=https://github.com/fromchat-messenger/web.git
|
|
DEPLOYMENT_REPO=https://github.com/fromchat-messenger/app.git
|
|
COMPOSE_PROJECT_DIR=/home/user/fromchat-server
|
|
FROMCHAT_COMPONENTS=backend,frontend,caddy
|
|
CHECK_INTERVAL_SECONDS=60
|
|
|
|
# Gitea-only example (no GitHub fallback needed):
|
|
# BACKEND_REPO=https://git.fromchat.ru/FromChat/backend.git
|
|
# WEB_REPO=https://git.fromchat.ru/FromChat/web.git
|
|
# DEPLOYMENT_REPO=https://git.fromchat.ru/FromChat/app.git
|