Commit: Bulk unfinished work

This commit is contained in:
2026-01-22 17:39:04 +01:00
parent 6c46b4efcc
commit 3a9acc42a2
68 changed files with 5047 additions and 1064 deletions

22
docker-compose.yaml Normal file
View File

@@ -0,0 +1,22 @@
services:
backend:
image: "git.kocoder.xyz/kocoded/vt-be"
build: .
environment:
- CLIENT_ID="golang-vt-backend"
- CLIENT_SECRET="awumIoacqNmwKTxRilQSM9cDmA7xA0j0"
- BACKEND_URI="http://10.8.0.3:3000"
- FRONTEND_URI="http://10.8.0.3:3001"
- OTEL_EXPORTER_OTLP_TRACES_ENDPOINT="https://otel.kocoder.xyz/v1/traces"
- OTEL_EXPORTER_OTLP_METRICS_ENDPOINT="https://otel.kocoder.xyz/v1/metrics"
- OTEL_EXPORTER_OTLP_LOGS_ENDPOINT="https://otel.kocoder.xyz/v1/logs"
- DB_DSN="host=10.1.0.2 user=vt password=20a1c7809cd065bc5afe7c36fde26abf625316c8a83cc841b435c9acf3619b1f dbname=vt port=5432 sslmode=prefer TimeZone=Europe/Vienna"
- VALKEY_HOST="10.8.0.1"
- VALKEY_PORT="6379"
- VALKEY_USER="default"
- VALKEY_PASS="Konsti2007!"
ports:
- 3003:3002