Files
aranroig.com/docker-compose.yml
BinarySandia04 4875361ea5
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 8s
it wont work
2026-03-17 18:16:58 +01:00

19 lines
352 B
YAML

version: "3.9"
services:
nginx:
image: nginx:latest
ports:
- "3000:80"
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
depends_on:
- frontend
- backend
frontend:
image: git.aranroig.com/Syndria98/aranroig-frontend:latest
backend:
image: git.aranroig.com/Syndria98/aranroig-backend:latest