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 - ALCHEMY_API_KEY
restart: unless-stopped restart: unless-stopped
# # User token inventory bot # User token inventory bot
# gooey-bot: gooey-bot:
# depends_on: depends_on:
# - bot-redis - bot-redis
# build: ./gooey-bot build: ./gooey-bot
# container_name: gooey-bot container_name: gooey-bot
# environment: environment:
# - NODE_ENV=production - NODE_ENV=production
# - TOKEN=${GOOEY_BOT_DISCORD_TOKEN} - REDIS_URL=redis://bot-redis:6379
# - APP_ID=${GOOEY_BOT_DISCORD_APP_ID} - TOKEN=${GOOEY_BOT_DISCORD_TOKEN}
# - GUILD_ID=${GOOEY_BOT_GUILD_ID} - APP_ID=${GOOEY_BOT_DISCORD_APP_ID}
# - ALCHEMY_ID=${ALCHEMY_API_KEY} - GUILD_ID=${GOOEY_BOT_GUILD_ID}
# restart: unless-stopped - ALCHEMY_ID=${ALCHEMY_API_KEY}
restart: unless-stopped
volumes: volumes: