Files changed (2) hide show
  1. Dockerfile +0 -7
  2. config.json +0 -26
Dockerfile DELETED
@@ -1,7 +0,0 @@
1
- FROM maximhq/bifrost:latest
2
- ENV APP_PORT=7860
3
- # Bifrost looks for config.json inside the app-dir
4
- COPY config.json /app/config.json
5
- # Ensure we run from /app
6
- WORKDIR /app
7
- CMD ["bifrost", "-app-dir", "/app"]
 
 
 
 
 
 
 
 
config.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "logs_store": {
3
- "enabled": true,
4
- "type": "postgres",
5
- "config": {
6
- "host": "db.aaqnsayhawogjqdrcohv.supabase.co",
7
- "port": "6543",
8
- "user": "postgres.aaqnsayhawogjqdrcohv",
9
- "password": "HelloUser@1231",
10
- "db_name": "postgres",
11
- "ssl_mode": "require"
12
- }
13
- },
14
- "config_store": {
15
- "enabled": true,
16
- "type": "postgres",
17
- "config": {
18
- "host": "db.aaqnsayhawogjqdrcohv.supabase.co",
19
- "port": "6543",
20
- "user": "postgres.aaqnsayhawogjqdrcohv",
21
- "password": "HelloUser@1231",
22
- "db_name": "postgres",
23
- "ssl_mode": "require"
24
- }
25
- }
26
- }