enable inventory service

This commit is contained in:
MrTuxedo 2023-05-10 19:24:08 -07:00
parent 6d7f734961
commit 3ffb3cb63c
1 changed files with 14 additions and 13 deletions

View File

@ -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: