9 lines
165 B
Bash
9 lines
165 B
Bash
# Service settings specific to this server
|
|
|
|
# Application settings
|
|
CONTAINER_PORT=8181
|
|
|
|
# Image settings
|
|
IMAGE_REGISTRY="gitea.jde.nz"
|
|
IMAGE_REPO="example/example"
|