Skip to content

Commit

Permalink
discord changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Feb 15, 2024
1 parent 83657ff commit e52131d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,12 @@ services:
<<: [*redis]

discord:
build:
context: ../../tc-discordBot
target: prod
dockerfile: Dockerfile
tags:
- tc-discord-bot:${VERSION:-latest}
image: ghcr.io/togethercrew/discord-bot:main
restart: unless-stopped
env_file:
- ./.env.discord
ports:
- 3300:3000
depends_on:
mongodb:
condition: service_healthy
Expand Down

0 comments on commit e52131d

Please sign in to comment.