feat(ansible): add semaphore docker splash demo with dagster config

This commit is contained in:
Matteo Basile
2026-05-04 11:51:13 +02:00
commit 63aa0658ef
13 changed files with 565 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
# 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