-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
docker-compose.yml
69 lines (64 loc) · 2 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
version: "3.9"
services:
skybot:
container_name: skybot
build:
dockerfile: ./bot/Dockerfile
context: ./
args:
- is_ci=true
- git_sha=DEV
environment:
# Bot settings
- BOT_ADMINS=191231307290771456,311769499995209728
- BOT_PREFIX=db!
- BOT_TOTAL_SHARDS=1
- BOT_TOKEN=
# Api settings
- API_ALEXFLIPNOTE=
- API_YOUTUBECACHE_ENDPOINT=
- API_YOUTUBECACHE_TOKEN=
- API_GOOGLE=
- API_SHORTEN=
- API_WEEBSH=
- API_KSOFT=
- API_BLARGBOT=
- API_WOLFRAMALPHA=
- API_THECATAPI=
- API_GENIUS=
# Lavalink settings
- LAVALINK_ENABLE=false
- LAVALINK_NODE_COUNT=1
- LAVALINK_NODE_0_HOST=
- LAVALINK_NODE_0_PASS=
- LAVALINK_NODE_0_REGION=
# Sentry settings
- SENTRY_ENABLED=false
- SENTRY_DSN=
# Websocket settings
- WEBSOCKET_URL=
- WEBSOCKET_PASSWORD=admin123
- WEBSOCKET_ENABLE=false
# Options are: psql, web
- USE_DATABASE=psql
- JDBC_URI=jdbc:postgresql://localhost:5433/skybot?user=root&password=postgres
# - REDIS_HOST=localhost
- REDIS_HOST=disabled
dashboard:
container_name: dashboard
build:
dockerfile: ./dashboard/Dockerfile
context: ./
ports:
- "2000:4567"
environment:
- IS_LOCAL=false
# set to dash_is_server to disable ws client and start ws server from dashboard
- WS_URL=ws://localhost:3748/
- WS_SERVER_TOKEN=admin123
- BOT_TOKEN=
- OAUTH_CLIENT_ID=
- OAUTH_CLIENT_SECRET=
- OAUTH_REDIRECT_URI=
- CAPTCHA_SITEKEY=
- CAPTCHA_SECRET=