Refactor docker-compose.yml build context and add question review URL and view; create question_review.html template

This commit is contained in:
Ross
2025-10-27 09:47:35 +00:00
parent 4f72de6be9
commit 702b7b35a7
6 changed files with 29 additions and 3 deletions
+4 -2
View File
@@ -8,8 +8,10 @@ services:
command: ["redis-server", "/usr/local/etc/redis/redis.conf"]
web:
build:
context: ..
dockerfile: rad/Dockerfile
# Use the rad/ directory as the build context and the Dockerfile inside it.
# This avoids relative path issues with different docker/compose versions and buildx.
context: ./rad
dockerfile: Dockerfile
command: python manage.py runserver 0.0.0.0:8000
#command: pip install -r requirements.txt
volumes: