Files
WPetition/.build/prod/compose.yml
2026-01-13 00:57:02 +05:00

17 lines
371 B
YAML

services:
api:
build:
context: ../../
dockerfile: .build/prod/app.Dockerfile
hostname: api
image: git.shihaam.dev/mvdevsunion/wpetition/api
frontend:
build:
context: ../../
dockerfile: .build/prod/frontend.Dockerfile
hostname: frontend
image: git.shihaam.dev/mvdevsunion/wpetition/frontend
depends_on:
- api