2025-04-28 19:13:33 +03:00

10 lines
171 B
YAML

services:
app:
image: "quay.io/epicmorg/nginx:1.28"
build:
context: .
app-latest:
image: "quay.io/epicmorg/nginx:latest"
build:
context: .