fix
This commit is contained in:
17
group_vars/all.yml
Normal file
17
group_vars/all.yml
Normal 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
|
||||
Reference in New Issue
Block a user