fix(Added API Environment):
Added environment variable for docker compose
This commit is contained in:
parent
2a9a4abd3c
commit
738ddd06de
|
@ -55,6 +55,8 @@ services:
|
|||
always
|
||||
ports:
|
||||
- "50051:50051"
|
||||
environment:
|
||||
- API_TOKEN=YOUR_API_TOKEN
|
||||
networks:
|
||||
- dbnet
|
||||
|
||||
|
|
Loading…
Reference in New Issue