chore: change django port
This commit is contained in:
parent
4dcd304945
commit
af7b4125c9
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ services:
|
||||||
sh -c "python manage.py migrate &&
|
sh -c "python manage.py migrate &&
|
||||||
python manage.py collectstatic --no-input &&
|
python manage.py collectstatic --no-input &&
|
||||||
python manage.py createsuperuser --username "admin" --email=admin@admin.com --noinput
|
python manage.py createsuperuser --username "admin" --email=admin@admin.com --noinput
|
||||||
python manage.py runserver 0.0.0.0:8000"
|
python manage.py runserver 0.0.0.0:4555"
|
||||||
volumes:
|
volumes:
|
||||||
- static:/app/staticfiles
|
- static:/app/staticfiles
|
||||||
nginx:
|
nginx:
|
||||||
|
|
|
@ -4,7 +4,7 @@ http {
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
upstream torreta {
|
upstream torreta {
|
||||||
server torreta:8000;
|
server torreta:4555;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue