This repository contains configuration for OMERO.server and OMERO.web in Docker.
Add a .env file using the following template as reference. Please note that these values are only priovided as an example and should NOT be used in any deployed instances:
OMERO_ROOT_PASSWORD=omero
POSTGRES_PASSWORD=omero
[email protected]
ACME_CA_SERVER_URL=https://acme-staging-v02.api.letsencrypt.org/directory
HOSTNAME=web.omero.localhost
First pull the latest major versions of the containers:
docker-compose pull
Then start the containers:
docker-compose up -d
docker-compose logs -f
OMERO.server is listening on the SSL port 4064
.
OMERO.web is listening on port 80
(http://web.omero.localhost/).
For more configuration options see: