Test: update recreate image

This commit is contained in:
2025-04-26 18:28:05 -03:00
parent 0d97208489
commit 3fe2ad1044
3 changed files with 4 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ services:
DB_USER: "${DB_USER}" DB_USER: "${DB_USER}"
DB_PASSWORD: "${DB_PASSWORD}" DB_PASSWORD: "${DB_PASSWORD}"
DEBUG: "False" DEBUG: "False"
ALLOWED_HOSTS: "rrbec.local.com, 0.0.0.0, django_app*" ALLOWED_HOSTS: "rrbec.local.com, 0.0.0.0, django_app"
networks: networks:
- app_network - app_network

View File

@@ -34,19 +34,9 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = 'django-insecure-mqcnrs5!hc6bj$&#0@@9d8^2@x#w&$qhk3vlr5_)3znd9h6&d8' SECRET_KEY = 'django-insecure-mqcnrs5!hc6bj$&#0@@9d8^2@x#w&$qhk3vlr5_)3znd9h6&d8'
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = os.getenv('DEBUG')
ALLOWED_HOSTS = [ ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS')
'192.168.0.100',
'192.168.0.150',
'192.168.1.150',
'10.72.150.166',
'localhost',
'127.0.0.1',
'rrbec.local.com',
'django_app',
'0.0.0.0*'
]
# Application definition # Application definition

View File

@@ -17,7 +17,7 @@ RRB&C - DashBoard
<input id="data-start" name="data-start" oninput="mediaCuisine()" type="date"> <input id="data-start" name="data-start" oninput="mediaCuisine()" type="date">
<input id="data-end" name="data-end" oninput="mediaCuisine()" type="date"> <input id="data-end" name="data-end" oninput="mediaCuisine()" type="date">
</div> </div>
<h4 id="30-days">Últimos 30 dias</h4> <h4 id="30-days">Últimos 30 diAs</h4>
</div> </div>
<div class="grid-container"> <div class="grid-container">