pass env vars through docker-compose.yml
This commit is contained in:
parent
3a9c68f21c
commit
d0cfbe7805
@ -23,6 +23,9 @@ services:
|
||||
- 1.1.1.1
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- DISCORD_BOT_TOKEN
|
||||
- DISCORD_CLIENT
|
||||
- RPC_URL
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user