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