Files
home/Projects/kompose/auto/.env

24 lines
435 B
Bash
Raw Normal View History

2025-10-08 10:35:48 +02:00
# Stack identification
COMPOSE_PROJECT_NAME=auto
# Docker images
DOCKER_IMAGE=semaphoreui/semaphore:v2.16.18
RUNNER_IMAGE=public.ecr.aws/semaphore/pro/runner:v2.16.18
# Database name
DB_NAME=semaphore
# Traefik hostname
TRAEFIK_HOST=auto.pivoine.art
# App settings
APP_PORT=3000
# Semaphore admin credentials
SEMAPHORE_ADMIN=admin
2025-10-11 09:59:09 +02:00
SEMAPHORE_ADMIN_PASSWORD=admin
2025-10-08 10:35:48 +02:00
SEMAPHORE_ADMIN_NAME=Admin
# Registration token
2025-10-11 09:59:09 +02:00
JWT_TOKEN=changeme