Update Docker configuration to change server port from 8000 to 8080 across Dockerfile and docker-compose files. Enhance CSS for improved dark theme contrast and readability with new color variables and styles.

This commit is contained in:
2026-02-07 10:34:06 +03:00
parent 51b02eb6a4
commit a6fa8325cd
4 changed files with 36 additions and 8 deletions

View File

@@ -15,8 +15,8 @@ services:
- DEBUG=true
- PYTHONUNBUFFERED=1
ports:
- "8000:8000"
- "8080:8080"
# Optional: skip entrypoint migrations on every start for faster restart
# command: ["python3", "manage.py", "runserver", "0.0.0.0:8000"]
# command: ["python3", "manage.py", "runserver", "0.0.0.0:8080"]
stdin_open: true
tty: true