enable inventory service
This commit is contained in:
parent
6d7f734961
commit
3ffb3cb63c
@ -47,19 +47,20 @@ services:
|
||||
- ALCHEMY_API_KEY
|
||||
restart: unless-stopped
|
||||
|
||||
# # User token inventory bot
|
||||
# gooey-bot:
|
||||
# depends_on:
|
||||
# - bot-redis
|
||||
# build: ./gooey-bot
|
||||
# container_name: gooey-bot
|
||||
# environment:
|
||||
# - NODE_ENV=production
|
||||
# - TOKEN=${GOOEY_BOT_DISCORD_TOKEN}
|
||||
# - APP_ID=${GOOEY_BOT_DISCORD_APP_ID}
|
||||
# - GUILD_ID=${GOOEY_BOT_GUILD_ID}
|
||||
# - ALCHEMY_ID=${ALCHEMY_API_KEY}
|
||||
# restart: unless-stopped
|
||||
# User token inventory bot
|
||||
gooey-bot:
|
||||
depends_on:
|
||||
- bot-redis
|
||||
build: ./gooey-bot
|
||||
container_name: gooey-bot
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- REDIS_URL=redis://bot-redis:6379
|
||||
- TOKEN=${GOOEY_BOT_DISCORD_TOKEN}
|
||||
- APP_ID=${GOOEY_BOT_DISCORD_APP_ID}
|
||||
- GUILD_ID=${GOOEY_BOT_GUILD_ID}
|
||||
- ALCHEMY_ID=${ALCHEMY_API_KEY}
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user