Had to work some magic to remove some personal data from the git repo

This commit is contained in:
2025-09-13 03:34:48 -05:00
parent 879a46ccac
commit f34b98337f
4 changed files with 209 additions and 0 deletions

35
docker/env.example Normal file
View File

@@ -0,0 +1,35 @@
# Next Envrionment Variables
NETWORK=nginx-bridge
NEXT_CONTAINER_NAME=techtracker-next
NEXT_DOMAIN_NAME=techtracker.gbrown.org
# Port is disabled by default as suggested
# config is to have reverse proxy on the same
# network so you can just forward to the
# port on the internal network.
NEXT_PORT=3000
# Convex Environment Variables
BACKEND_TAG=00bd92723422f3bff968230c94ccdeb8c1719832
BACKEND_CONTAINER_NAME=tt-convex-backend
BACKEND_DOMAIN_NAME=convex.gbrown.org
#BACKEND_PORT=
#SITE_PROXY_PORT=
DASHBOARD_TAG=33cef775a8a6228cbacee4a09ac2c4073d62ed13
DASHBOARD_CONTAINER_NAME=tt-convex-dashboard
DASHBOARD_DOMAIN=dashboard.convex.gbrown.org
#DASHBOARD_PORT
INSTANCE_NAME=Convex.gib
#INSTANCE_SECRET=
CONVEX_CLOUD_ORIGIN=https://api.convex.gbrown.org
CONVEX_SITE_ORIGIN=https://convex.gbrown.org
DISABLE_BEACON=true
REDACT_LOGS_TO_CLIENT=true
DO_NOT_REQUIRE_SSL=true
NEXT_PUBLIC_DEPLOYMENT_URL=https://api.convex.gbrown.org
#POSTGRES_URL=
#DATABASE_URL=
#CONVEX_RELEASE_VERSION_DEV=
#ACTIONS_USER_TIMEOUT_SECS=
#MYSQL_URL=
#RUST_LOG=
#RUST_BACKTRACE=