Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
f7086d7
1
Parent(s):
35fd602
Update docker-compose.yml
Browse files- docker-compose.yml +6 -2
docker-compose.yml
CHANGED
@@ -3,5 +3,9 @@ services:
|
|
3 |
worker:
|
4 |
build: .
|
5 |
environment:
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
3 |
worker:
|
4 |
build: .
|
5 |
environment:
|
6 |
+
DB_URI: $DB_URI
|
7 |
+
PREFIX_HANDLER: $PREFIX_HANDLER
|
8 |
+
API_ID: $API_ID # defaults to None
|
9 |
+
API_HASH: $API_HASH # defaults to None
|
10 |
+
MONGO_URI: $MONGO_URI # defaults to None
|
11 |
+
DATABASE_URL: $DATABASE_URL # defaults to None
|