aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2025-03-29 20:10:49 +0000
committerGravatar GitHub <[email protected]>2025-03-29 20:10:49 +0000
commit9806725c7f3e4c2fe87a0a429ec13c6c37b4df1f (patch)
tree63400f90c066e3ac5a045d58670f16a763ea872d /docker-compose.yml
parentReminders: Simplify helper function to get button embed (diff)
parentBump aiohttp from 3.11.12 to 3.11.13 (#3280) (diff)
Merge branch 'main' into feat/reminder-add-notify
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 727c72566..9dd7e682c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -26,7 +26,7 @@ services:
redis:
logging : *default-logging
restart: unless-stopped
- image: redis:5.0.9
+ image: redis:latest
ports:
- "127.0.0.1:6379:6379"
@@ -59,7 +59,7 @@ services:
logging : *default-logging
restart: unless-stopped
image: ghcr.io/python-discord/site:latest
- command: ["run", "--debug"]
+ command: ["python", "manage.py", "run"]
networks:
default:
aliases: