Files
mapmaker/.build/prod/compose.yml

14 lines
341 B
YAML

services:
app:
build:
context: ../../
dockerfile: .build/prod/app.Dockerfile
hostname: mapmaker
image: git.shihaam.dev/sarlink/mapmaker/api
nginx:
build:
context: .
dockerfile: ./nginx.Dockerfile
hostname: mapmaker-nginx
image: git.shihaam.dev/sarlink/mapmaker/nginx