File tree 3 files changed +14
-17
lines changed
3 files changed +14
-17
lines changed Original file line number Diff line number Diff line change
1
+ BUCKET_NAME = wape
2
+ BUCKET_RAW = https://buawabvtuxjjoivklkzo.supabase.co/storage/v1/
3
+ BUCKET_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImJ1YXdhYnZ0dXhqam9pdmtsa3pvIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTY1NDIxMjA2NywiZXhwIjoxOTY5Nzg4MDY3fQ.6VSKsZ44LBivhVGr_dbQS6toM6nJsNPHFYzPUugQIt4
4
+ QUEUE_ADDR = beanstalkd
5
+ QUEUE_PORT = 11300
6
+ QUEUE_NETWORK = tcp
Original file line number Diff line number Diff line change @@ -20,14 +20,6 @@ services:
20
20
build :
21
21
context : ./api
22
22
dockerfile : Dockerfile
23
- environment :
24
- PORT : 8000
25
- BUCKET_NAME : wape
26
- BUCKET_RAW :
27
- BUCKET_TOKEN :
28
- QUEUE_ADDR : beanstalkd
29
- QUEUE_PORT : 11300
30
- QUEUE_NETWORK : tcp
31
23
ports :
32
24
- " 8000:8000"
33
25
@@ -36,15 +28,6 @@ services:
36
28
build :
37
29
context : ./parser
38
30
dockerfile : Dockerfile
39
- environment :
40
- DB_HOST : postgres
41
- DB_USER : postgres
42
- DB_PASSWORD : postgres
43
- DB_NAME : postgres
44
- DB_PORT : 5432
45
- QUEUE_ADDR : beanstalkd
46
- QUEUE_PORT : 11300
47
- QUEUE_NETWORK : tcp
48
31
ports :
49
32
- " 8001:8001"
50
33
depends_on :
Original file line number Diff line number Diff line change
1
+ DB_HOST = postgres
2
+ DB_USER = postgres
3
+ DB_PASSWORD = postgres
4
+ DB_NAME = postgres
5
+ DB_PORT = 5432
6
+ QUEUE_ADDR = beanstalkd
7
+ QUEUE_PORT = 11300
8
+ QUEUE_NETWORK = tcp
You can’t perform that action at this time.
0 commit comments