Docker mit traefik und portainer
This commit is contained in:
30
.env.registry.example
Normal file
30
.env.registry.example
Normal file
@@ -0,0 +1,30 @@
|
||||
# Production Environment Configuration for Registry Deployment
|
||||
# Copy this file to .env.production and adjust the values
|
||||
|
||||
# Database Configuration
|
||||
MYSQL_PASSWORD=your_secure_mysql_password_here
|
||||
MYSQL_ROOT_PASSWORD=your_super_secure_root_password_here
|
||||
|
||||
# CORS Origin - Your domain(s)
|
||||
CORS_ORIGIN=https://yourdomain.com
|
||||
|
||||
# Docker Registry Authentication (for docker.citysensor.de)
|
||||
DOCKER_REGISTRY=docker.citysensor.de
|
||||
DOCKER_USERNAME=your_username_here
|
||||
DOCKER_PASSWORD=your_password_here
|
||||
|
||||
# Docker Registry Images
|
||||
BACKEND_IMAGE=docker.citysensor.de/rezepte-klaus-backend:latest
|
||||
FRONTEND_IMAGE=docker.citysensor.de/rezepte-klaus-frontend:latest
|
||||
|
||||
# Alternative: Docker Hub
|
||||
# BACKEND_IMAGE=your-username/rezepte-klaus-backend:latest
|
||||
# FRONTEND_IMAGE=your-username/rezepte-klaus-frontend:latest
|
||||
|
||||
# Alternative: AWS ECR
|
||||
# BACKEND_IMAGE=123456789.dkr.ecr.eu-central-1.amazonaws.com/rezepte-klaus-backend:latest
|
||||
# FRONTEND_IMAGE=123456789.dkr.ecr.eu-central-1.amazonaws.com/rezepte-klaus-frontend:latest
|
||||
|
||||
# Alternative: Azure Container Registry
|
||||
# BACKEND_IMAGE=yourregistry.azurecr.io/rezepte-klaus-backend:latest
|
||||
# FRONTEND_IMAGE=yourregistry.azurecr.io/rezepte-klaus-frontend:latest
|
||||
Reference in New Issue
Block a user