Skip to content

Commit e484efe

Browse files
committed
add ga4_proxy
1 parent 51e8941 commit e484efe

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

railway.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://railway.app/railway.schema.json",
3+
"build": {
4+
"builder": "NIXPACKS"
5+
},
6+
"deploy": {
7+
"startCommand": "uvicorn ga4_proxy:app --host 0.0.0.0 --port $PORT",
8+
"restartPolicyType": "ON_FAILURE",
9+
"restartPolicyMaxRetries": 10
10+
}
11+
}

requirements-proxy.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
opentelemetry-api==1.25.0
2-
opentelemetry-exporter-otlp-proto-grpc==1.25.0
3-
opentelemetry-sdk==1.25.0
1+
fastapi==0.104.1
2+
requests==2.31.0
3+
uvicorn[standard]==0.24.0

0 commit comments

Comments
 (0)