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

OverOps Docker image for On-prem Server

Notifications You must be signed in to change notification settings

timveil-overops/oo-docker-onprem-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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