Open Source
Pro

Config file
Env vars

{
  "sqlite": {

  },

  "dialect": "sqlite",
}
services:
    semaphore:
        ports:
            - 3000:3000
        image: semaphoreui/semaphore:v2.10.43
        environment:
            SEMAPHORE_DB_DIALECT: sqlite
            SEMAPHORE_ADMIN_PASSWORD: changeme
            SEMAPHORE_ADMIN_NAME: admin
            SEMAPHORE_ADMIN_EMAIL: admin@localhost
            SEMAPHORE_ADMIN: admin

Ajustes de base de datos

SQLite
BoltDB
MySQL
Postgres

Usuario administrador

Runner

Variables de entorno

keyboard_arrow_right
Común
15 options

keyboard_arrow_right
Base de datos
1 options

keyboard_arrow_right
Correo electrónico
9 options

keyboard_arrow_right
LDAP
11 options

keyboard_arrow_right
7 options

Security

keyboard_arrow_right
3 options

keyboard_arrow_right
2 options

keyboard_arrow_right
4 options

keyboard_arrow_right
4 options

Messengers

keyboard_arrow_right
Telegram
3 options

keyboard_arrow_right
Slack
2 options

keyboard_arrow_right
Rocket Chat
2 options

keyboard_arrow_right
Microsoft Teams
2 options

keyboard_arrow_right
Ding Talk
2 options

keyboard_arrow_right
Gotify
3 options

Variables de entorno de Ansible

ANSIBLE_HOST_KEY_CHECKING
Avoid host key checking by the tools Ansible uses to connect to the host.