Files
shihaam cd99049a92
build-and-push / build (push) Failing after 40s
clean up
2026-08-01 00:51:08 +05:00

16 lines
430 B
YAML

services:
frontend:
build:
context: ../../
dockerfile: .build/prod/frontend.Dockerfile
args:
VITE_API_TARGET: ${VITE_API_TARGET}
hostname: frontend
image: git.shihaam.dev/sarlink/radadmin/frontend
backend:
build:
context: ../../
dockerfile: .build/prod/backend.Dockerfile
hostname: backend
image: git.shihaam.dev/sarlink/radadmin/backend