18 lines
361 B
YAML
18 lines
361 B
YAML
---
|
|
# Docker image settings
|
|
nginx_image: nginx
|
|
nginx_version: "1.27-alpine"
|
|
container_name: semaphore-splash
|
|
|
|
# App settings
|
|
app_environment: production
|
|
app_port: 8090
|
|
greeting_message: "Ciao dal Demo SemaphoreUI"
|
|
accent_color: "#0ea5a4"
|
|
secondary_color: "#f97316"
|
|
remove_image: false
|
|
|
|
# Nginx tuning
|
|
nginx_worker_processes: auto
|
|
nginx_worker_connections: 1024
|