mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 06:19:24 +08:00
Changed external port for django in docker compose file
This commit is contained in:
parent
df2f172813
commit
36aecbbfb4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
image: stude_backend:latest
|
||||
ports:
|
||||
- "8192:8000" # Expose port 8192 for the web server
|
||||
- "8083:8000" # Expose port 8083 for the web server
|
||||
environment:
|
||||
- PYTHONBUFFERED=1
|
||||
command: ["sh", "-c", "python stude/wait_for_redis.py && python stude/manage.py runserver"]
|
||||
|
|
Loading…
Reference in a new issue