16 lines
430 B
YAML
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
|