mirror of
https://github.com/ONLYOFFICE/Docker-CommunityServer.git
synced 2025-04-18 15:24:01 +03:00
* Modify builds for docker hub * Cosmetic modify * Cosmetic modify * Modify build file * Cosmetic modify
17 lines
403 B
YAML
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"
|