diff --git a/docker-compose.yml b/docker-compose.yml index 2efc2d1..c23bc69 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: