OnlyOfficeCS-docker/build.yml

17 lines
403 B
YAML
Raw Permalink Normal View History

version: "3.6"
services:
onlyoffice-communityserver-ami:
build:
context: ./
dockerfile: Dockerfile.ami
target: communityserver-ami
image: "${REPO}/${STATUS}communityserver:${TAG}"
onlyoffice-communityserver-alc:
build:
context: ./
dockerfile: Dockerfile.ami
target: communityserver-alc
image: "${REPO}/${STATUS}communityserver:${TAG}-alc"