Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.12 KB

OverOps Docker Image for On-prem Server

Please note, this is not an official OverOps repository or Docker image

This image contains the OverOps On-prem Server which is used during On-prem deployments. The Storage Server source code can be found on GitHub. More info on this image can be found on DockerHub.

Run Parameters

environment variable default value note
SERVER_HOSTNAME localhost The host name or ip address of this container, accessible via browser
STORAGE_HOSTNAME server The host name or ip address of this container, accessible from the controller container

Examples

Building the Image

docker build --no-cache -t timveil/oo-docker-onprem-server:latest .

Publishing the Image

docker push timveil/oo-docker-onprem-server:latest

Running the Image

docker run \
    -e SERVER_HOSTNAME=localhost \
    -e STORAGE_HOSTNAME=server \
    timveil/oo-docker-onprem-server:latest