blob: 5f2ef8c4f3dea2a8c57c3af49d3a17cefc8cceba [file] [log] [blame]
# ##################
# Docker Environment
# ##################
# ##################
# Host Port
# ##################
# Specifies the port for the Docker HOST the container port is mapped to
BASYX_HOST_PORT=6400
# ##################
# Container Port
# ##################
# Specifies the port for the Docker CONTAINER that is be mapped for the host
BASYX_CONTAINER_PORT=6400
# ##################
# Image Name
# ##################
# The image of the image that is build for this component
BASYX_IMAGE_NAME=eclipsebasyx/dashboard-aas
# ##################
# Image Tag
# ##################
# The image tag of the image that is build for this component
BASYX_IMAGE_TAG=1.0.1
# ##################
# Container Name
# ##################
# The name of the container used for the default environment
BASYX_CONTAINER_NAME=dashboard-aas