Initial commit: Dockerized, Postgres, CI/CD pipeline
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3m36s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3m36s
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# --- Docker Compose Variables ---
|
||||
# Registry where your images will be pushed (e.g., gitea.yourdomain.com)
|
||||
REGISTRY=gitea.local
|
||||
# The repository name in Gitea (e.g., your-username/graph)
|
||||
IMAGE_NAME=your-username/graph
|
||||
|
||||
# --- Database Credentials ---
|
||||
# Change these in production!
|
||||
POSTGRES_USER=graphuser
|
||||
POSTGRES_PASSWORD=super_secret_password_here
|
||||
POSTGRES_DB=graphdb
|
||||
|
||||
# --- Backend Configuration ---
|
||||
# The API key used by n8n to authenticate with the backend
|
||||
API_KEY=nexstar_secret_key_123
|
||||
|
||||
# --- Frontend Configuration (Optional) ---
|
||||
# If you need to override the API URL for the frontend
|
||||
# VITE_API_URL=/api
|
||||
Reference in New Issue
Block a user