https://github.com/sorgerlab/omero-nginx-docker
Nginx docker image for OMERO.web
https://github.com/sorgerlab/omero-nginx-docker
docker nginx omero omero-web
Last synced: about 2 months ago
JSON representation
Nginx docker image for OMERO.web
- Host: GitHub
- URL: https://github.com/sorgerlab/omero-nginx-docker
- Owner: sorgerlab
- Created: 2017-08-03T20:17:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T20:06:49.000Z (over 8 years ago)
- Last Synced: 2025-02-15T08:34:38.641Z (over 1 year ago)
- Topics: docker, nginx, omero, omero-web
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nginx for OMERO.web Docker
==========================
An OMERO.web (and thus CentOS 7) based Docker image for Nginx.
Running the image
-----------------
To run the Docker image you can set a single OMERO.server to connect to by defining `MASTER_ADDR`:
docker run -d --name dpwrussell/omero-nginx \
-e OMEROWEBHOST=omero-web.example.org \
-p 8080:80 \
dpwrussell/omero-nginx
Exposed ports
-------------
- 80
Building the image
------------------
To build the docker image a docker version of 17.05+ is required because of the
introduction of multi-stage docker builds.
docker build . -t dpwrussell/omero-nginx