cambio estructura de datos fix

This commit is contained in:
juanjo
2026-04-11 13:20:54 +02:00
parent c5f1b4e131
commit 69a35ecf58
5 changed files with 14 additions and 22 deletions

View File

@@ -0,0 +1,12 @@
version: '3.8'
networks:
# Usamos la red que creamos al principio para que el Proxy lo vea
frontend:
external: true
services:
web:
build: .
container_name: django_app_dev
restart