Configuración inicial: estructura de carpetas y Docker base para backend

This commit is contained in:
Alexis
2026-03-22 12:48:31 +01:00
parent 9a9c970ef4
commit 8f06bf0c6b
2 changed files with 17 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
version: '3.8'
services:
backend:
build:
context: ./backend
ports:
- "8000:8000"
volumes:
- ./backend:/app