feature(Docker Compose Update): Added additional env variables to docker compose

This commit is contained in:
Devoalda 2023-10-30 11:39:44 +08:00
parent 9ece8e6098
commit 9192f66aa5
1 changed files with 4 additions and 1 deletions

View File

@ -50,7 +50,10 @@ services:
ports: ports:
- "50051:50051" - "50051:50051"
environment: environment:
- API_TOKEN=YOUR_API_TOKEN - API_TOKEN=YOUR_VIRUSTOTAL_API_TOKEN
- AWS_ACCESS_KEY_ID=YOUR_AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY=YOUR_AWS_SECRET_ACCESS_KEY
- REGION=YOUR_AWS_REGION
networks: networks:
- dbnet - dbnet