1
0
mirror of https://github.com/ONLYOFFICE/Docker-CommunityServer.git synced 2025-04-18 15:24:01 +03:00
Sergey Kirichenko 7168d34038
Modify Dockerfile for docker hub building (#130)
* Modify builds for docker hub

* Cosmetic modify

* Cosmetic modify

* Modify build file

* Cosmetic modify
2021-08-31 16:33:39 +03:00

17 lines
403 B
YAML

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"