Shihaam Abdul Rahman 71bb8e4044
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 54s
docker
2025-01-11 01:27:44 +05:00

14 lines
378 B
YAML

services:
app:
build:
context: ../../
dockerfile: .build/prod/bun.Dockerfile
hostname: next15-docker
image: git.shihaam.dev/i701/next15-docker/app
prisma-studio:
build:
context: .
dockerfile: ./prisma.Dockerfile
hostname: next15-docker-database-ui
image: git.shihaam.dev/i701/next15-docker/prisma-studio