pass env vars through docker-compose.yml

This commit is contained in:
MrTuxedo 2023-04-23 11:31:11 -07:00
parent 3a9c68f21c
commit d0cfbe7805
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ services:
- 1.1.1.1
environment:
- NODE_ENV=production
- DISCORD_BOT_TOKEN
- DISCORD_CLIENT
- RPC_URL
restart: unless-stopped
volumes: