7193b651ec
* Add test for Integration Edition * Add test for Community Edition * Fix tests for redis * Fix edition test * Rename test
13 lines
266 B
YAML
13 lines
266 B
YAML
version: '2.1'
|
|
services:
|
|
onlyoffice-documentserver:
|
|
container_name: onlyoffice-documentserver
|
|
build:
|
|
context: ../.
|
|
args:
|
|
- PRODUCT_NAME=${PRODUCT_NAME:-documentserver}
|
|
stdin_open: true
|
|
restart: always
|
|
ports:
|
|
- '80:80'
|