it wont work
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 8s

This commit is contained in:
2026-03-17 18:16:58 +01:00
parent 38d85342f7
commit 4875361ea5

View File

@@ -5,6 +5,11 @@ services:
image: nginx:latest image: nginx:latest
ports: ports:
- "3000:80" - "3000:80"
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
depends_on:
- frontend
- backend
frontend: frontend:
image: git.aranroig.com/Syndria98/aranroig-frontend:latest image: git.aranroig.com/Syndria98/aranroig-frontend:latest