Docker mit traefik und portainer
This commit is contained in:
23
.env.build.example
Normal file
23
.env.build.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# Build Configuration for CitySensor Registry
|
||||
|
||||
# Domain Configuration
|
||||
DOMAIN=my.domain.com
|
||||
ACME_EMAIL=your-email@domain.com
|
||||
|
||||
# API Base URL (used for frontend build)
|
||||
API_BASE_URL=https://rezepte.my.domain.com/api
|
||||
|
||||
# Database Configuration
|
||||
MYSQL_PASSWORD=your_secure_mysql_password_here
|
||||
MYSQL_ROOT_PASSWORD=your_super_secure_root_password_here
|
||||
|
||||
# CitySensor Docker Registry Configuration
|
||||
DOCKER_REGISTRY=docker.citysensor.de
|
||||
DOCKER_USERNAME=your_username_here
|
||||
DOCKER_PASSWORD=your_password_here
|
||||
DOCKER_NAMESPACE=
|
||||
IMAGE_TAG=latest
|
||||
|
||||
# Generated Image Names (automatically set by build script)
|
||||
# BACKEND_IMAGE=docker.citysensor.de/rezepte-klaus-backend:latest
|
||||
# FRONTEND_IMAGE=docker.citysensor.de/rezepte-klaus-frontend:latest
|
||||
Reference in New Issue
Block a user