docker: criado docker-compose com o django_app e o nginx_server como proxy reverso e servindo statics files em um volume compartilhado

This commit is contained in:
2025-04-13 21:50:47 -03:00
parent 3a3c804b3c
commit 44cfa49455
12 changed files with 81 additions and 81 deletions

View File

@@ -33,6 +33,9 @@ ALLOWED_HOSTS = [
'10.72.150.166',
'localhost',
'127.0.0.1',
'rrbec.local.com',
'django_app',
'0.0.0.0*'
]