23 lines
705 B
Plaintext
23 lines
705 B
Plaintext
# Local Development Environment Configuration for DevOps Escape Room
|
|
# File: devops-escape-room/.env.local
|
|
# Usage: Automatically set by code-server container
|
|
# OR manually: cp .env.local .env && docker-compose up -d
|
|
|
|
# Docker Compose Project Naming
|
|
# Using "fellowship-local" isolates from production stacks
|
|
COMPOSE_PROJECT_NAME=fellowship-local
|
|
|
|
# Jenkins Configuration
|
|
JENKINS_ADMIN_PASSWORD=fellowship123
|
|
JENKINS_URL=http://localhost:8080/
|
|
|
|
# Gitea Configuration
|
|
GITEA_ADMIN_USER=fellowship
|
|
GITEA_ADMIN_PASSWORD=fellowship123
|
|
GITEA_ADMIN_EMAIL=gandalf@fellowship.local
|
|
GITEA_DOMAIN=localhost
|
|
GITEA_ROOT_URL=http://localhost:3030/
|
|
|
|
# code-server IDE Configuration
|
|
CODESERVER_PASSWORD=fellowship
|