feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
14
deployment/stacks/registry/.env.example
Normal file
14
deployment/stacks/registry/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Docker Registry Configuration
|
||||
# Copy this file to .env and adjust values
|
||||
|
||||
# Timezone
|
||||
TZ=Europe/Berlin
|
||||
|
||||
# Registry Domain
|
||||
REGISTRY_DOMAIN=registry.michaelschiemer.de
|
||||
|
||||
# Registry HTTP Secret (generate with: openssl rand -hex 32)
|
||||
REGISTRY_HTTP_SECRET=<generate-random-secret>
|
||||
|
||||
# BasicAuth Users (managed via auth/htpasswd file)
|
||||
# Generate with: htpasswd -Bn username
|
||||
Reference in New Issue
Block a user