fix(Added API Environment):

Added environment variable for docker compose
This commit is contained in:
Devoalda 2023-10-30 08:15:25 +08:00
parent 2a9a4abd3c
commit 738ddd06de
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ services:
always always
ports: ports:
- "50051:50051" - "50051:50051"
environment:
- API_TOKEN=YOUR_API_TOKEN
networks: networks:
- dbnet - dbnet