mirror of
https://github.com/MvDevsUnion/WPetition.git
synced 2026-01-14 09:29:29 +00:00
17 lines
371 B
YAML
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
|