ports
This commit is contained in:
17
deploy/stack.env.example
Normal file
17
deploy/stack.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# PostgreSQL Configuration
|
||||
POSTGRES_USER=rmtpw
|
||||
POSTGRES_PASSWORD=your_secure_password_here
|
||||
POSTGRES_DB=rmtpocketwatcher
|
||||
|
||||
# Docker Registry Configuration
|
||||
DOCKER_REGISTRY=ghcr.io
|
||||
DOCKER_IMAGE=lambdabanking/rmtpocketwatcher-backend
|
||||
IMAGE_TAG=latest
|
||||
|
||||
# Backend Configuration
|
||||
BACKEND_PORT=3000
|
||||
|
||||
# Scraper Configuration
|
||||
SCRAPE_INTERVAL=5
|
||||
SCRAPER_TIMEOUT=30000
|
||||
SCRAPER_MAX_RETRIES=3
|
||||
Reference in New Issue
Block a user