Files
rmtPocketWatcher/deploy/stack.env.example
T
HRiggs 4cf03ff361
Build and Publish Containers / build-and-push (., backend/Dockerfile, rmtpocketwatcher-backend, backend) (push) Failing after 1m36s
add workflow
2026-06-06 01:35:55 -04:00

18 lines
394 B
Bash

# PostgreSQL Configuration
POSTGRES_USER=rmtpw
POSTGRES_PASSWORD=your_secure_password_here
POSTGRES_DB=rmtpocketwatcher
# Docker Registry Configuration
DOCKER_REGISTRY=your-gitea.example.com
DOCKER_IMAGE=your-org-or-user/rmtpocketwatcher-backend
IMAGE_TAG=latest
# Backend Configuration
BACKEND_PORT=3000
# Scraper Configuration
SCRAPE_INTERVAL=5
SCRAPER_TIMEOUT=30000
SCRAPER_MAX_RETRIES=3