https://github.com/ome/docker-example-omero-microservices
Example of running OMERO.server microservices
https://github.com/ome/docker-example-omero-microservices
Last synced: 10 months ago
JSON representation
Example of running OMERO.server microservices
- Host: GitHub
- URL: https://github.com/ome/docker-example-omero-microservices
- Owner: ome
- License: bsd-2-clause
- Created: 2020-10-01T12:08:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T15:38:40.000Z (about 5 years ago)
- Last Synced: 2025-08-06T13:45:19.638Z (10 months ago)
- Language: Dockerfile
- Size: 34.2 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OMERO.server and OMERO.web with micro-services (docker-compose)
[](https://github.com/ome/docker-example-omero-microservices/actions)
This is an example of running OMERO.server, OMERO.web and microservices in Docker.
This is under development.
OMERO.server is listening on the standard OMERO ports `4063` and `4064`.
OMERO.web and microservices are accessible via a proxy running on port `10080` (http://localhost:10080/).
Log in as user `root` password `omero`.
## Run
First pull the latest major versions of the containers:
docker-compose pull
Then start the containers:
docker-compose up -d
docker-compose logs -f
## Included microservices:
- [omero-ms-zarr](https://github.com/ome/omero-ms-zarr)
- [omero-ms-thumbnail](https://github.com/glencoesoftware/omero-ms-thumbnail)
- [omero-ms-image-region](https://github.com/glencoesoftware/omero-ms-image-region)