This commit is contained in:
2026-03-17 18:16:06 +01:00
parent bbd930d487
commit 38d85342f7
6 changed files with 114 additions and 72 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: "3.9"
services:
nginx:
image: nginx:latest
ports:
- "3000:80"
frontend:
image: git.aranroig.com/Syndria98/aranroig-frontend:latest
backend:
image: git.aranroig.com/Syndria98/aranroig-backend:latest