Commit: Bulk unfinished work
This commit is contained in:
22
docker-compose.yaml
Normal file
22
docker-compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user