-
Notifications
You must be signed in to change notification settings - Fork 199
[do-not-merge]added config for document server setup #10826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
@S-Panta Q: did you derive from |
The environment variable were matched both from |
9edf71a
to
feb03bd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also make a separate env
file for tags such as TIKA_IMAGE, LOG_DRIVER , .....
or other possible things to flexibility?
tests/acceptance/docker/documentServer/config/onlyoffice/entrypoint-override.sh
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why added different folder documentServer?
we have make file inside tests/acceptance/docker which help us to run different service
feb03bd
to
8843b2a
Compare
8843b2a
to
9ea5f3c
Compare
|
127.0.0.1 ocis.owncloud.test | ||
127.0.0.1 traefik.owncloud.test | ||
127.0.0.1 minio.owncloud.test | ||
127.0.0.1 keycloak.owncloud.test | ||
127.0.0.1 collabora.owncloud.test | ||
127.0.0.1 onlyoffice.owncloud.test | ||
127.0.0.1 wopiserver-oo.owncloud.test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
format error
There are already yml file inside |
Let's continue this one next sprint. we have other priorities for the current sprint |
Description
A single file
docker-compose
inside directorytests/acceptance/docker/documentServer
can be used to start the necessary service for app provider test along with the latest ocis local build.Make sure to add all the hosts in
/etc/hosts
folder before running the docker compose fileRelated Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: