aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-06-11 18:49:00 +0300
committerGravatar GitHub <[email protected]>2020-06-11 18:49:00 +0300
commit49ba7b98b424f9f4199f5f57b4237481954fa06c (patch)
treeef17e82e4f018381432828285780aa453eac54e3 /docker-compose.yml
parentMod Utils Tests: Replace `has_active_infraction` with `get_active_infraction` (diff)
parentFix trailing whitespace in Action file (diff)
Merge branch 'master' into mod-utils-tests
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 11deceae8..cff7d33d6 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -12,6 +12,19 @@ services:
POSTGRES_PASSWORD: pysite
POSTGRES_USER: pysite
+ redis:
+ image: redis:5.0.9
+ ports:
+ - "127.0.0.1:6379:6379"
+
+ snekbox:
+ image: pythondiscord/snekbox:latest
+ init: true
+ ipc: none
+ ports:
+ - "127.0.0.1:8060:8060"
+ privileged: true
+
web:
image: pythondiscord/site:latest
command: ["run", "--debug"]
@@ -41,6 +54,8 @@ services:
tty: true
depends_on:
- web
+ - redis
+ - snekbox
environment:
BOT_TOKEN: ${BOT_TOKEN}
BOT_API_KEY: badbot13m0n8f570f942013fc818f234916ca531