Skip to content

Commit 0619baf

Browse files
committed
added bot config
1 parent cee4195 commit 0619baf

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
DISCORD_BOT_TOKEN_NB: ${{ secrets.DISCORD_BOT_TOKEN_NB }}
1414
DISCORD_BOT_TOKEN_SB: ${{ secrets.DISCORD_BOT_TOKEN_SB }}
1515
DISCORD_BOT_TOKEN_DGB: ${{ secrets.DISCORD_BOT_TOKEN_DGB }}
16+
DISCORD_BOT_TOKEN_TTD: ${{ secrets.DISCORD_BOT_TOKEN_TTD }}
1617

1718
steps:
1819
- uses: actions/checkout@v2

docker-compose.yml

+12
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ services:
3636
DBpassword: ${DB_PASSWORD}
3737
config: ./config/dungen_guardian.json
3838

39+
bot_ttd:
40+
build:
41+
context: ./
42+
restart: always
43+
environment:
44+
DCtoken: ${DISCORD_BOT_TOKEN_TTD}
45+
DBdatabase: gurglebot
46+
DBhost: gurglebot-db_gb-1
47+
DBusername: gurglebot
48+
DBpassword: ${DB_PASSWORD}
49+
config: ./config/the_tavern_dnd.json
50+
3951
networks:
4052
default:
4153
external:

0 commit comments

Comments
 (0)