This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
services:
|
||||
frontend:
|
||||
build:
|
||||
context: ../../frontend
|
||||
context: ../../
|
||||
dockerfile: .build/prod/frontend.Dockerfile
|
||||
args:
|
||||
VITE_API_TARGET: ${VITE_API_TARGET}
|
||||
hostname: frontend
|
||||
image: git.shihaam.dev/sarlink/radui
|
||||
image: git.shihaam.dev/sarlink/radadmin/backend
|
||||
backend:
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: .build/prod/backend.Dockerfile
|
||||
hostname: backend
|
||||
image: git.shihaam.dev/sarlink/radadmin/frontend
|
||||
|
||||
Reference in New Issue
Block a user