enable inventory service
This commit is contained in:
parent
6d7f734961
commit
3ffb3cb63c
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user