Skip to content

paleopollen/palyim-omero-docker

 
 

Repository files navigation

PALYIM's OMERO.server and OMERO.web (docker-compose)

Actions Status

This repository contains configuration for OMERO.server and OMERO.web in Docker.

Environment file

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

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

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:

About

OMERO Docker Compose Repo for PALYIM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%