Open Source
Pro

イメージアセンブリ

Ansible
Bash
5.2.21
OpenTofu
Terraform

Docker command
Docker Compose

docker run --name semaphore \
-p 3000:3000 \
-e SEMAPHORE_DB_DIALECT=bolt \
-e SEMAPHORE_ADMIN=admin \
-e SEMAPHORE_ADMIN_PASSWORD=changeme \
-e SEMAPHORE_ADMIN_NAME="Admin" \
-e SEMAPHORE_ADMIN_EMAIL=admin@localhost \
-d semaphoreui/semaphore:v2.10.31
services:
    semaphore:
        ports:
            - 3000:3000
        image: semaphoreui/semaphore:v2.10.31
        environment:
            SEMAPHORE_DB_DIALECT: bolt
            SEMAPHORE_ADMIN_PASSWORD: changeme
            SEMAPHORE_ADMIN_NAME: admin
            SEMAPHORE_ADMIN_EMAIL: admin@localhost
            SEMAPHORE_ADMIN: admin

コンテナ設定

Dockerボリューム

Contains frequently changing files.
Contains configuration files.
Contains cache: cloned repositories, generated inventory files, etc.

データベース設定

BoltDB
MySQL
Postgres
Contains Postgres data files.
Contains MySQL data files.
Network name to connect Semaphore with

管理者ユーザー

Runner

環境変数

keyboard_arrow_right
共通
13 options

keyboard_arrow_right
データベース
1 options

keyboard_arrow_right
セキュリティ
5 options

keyboard_arrow_right
メール
6 options

keyboard_arrow_right
LDAP
11 options

Messengers

keyboard_arrow_right
テレグラム
3 options

keyboard_arrow_right
スラック
2 options

keyboard_arrow_right
ロケットチャット
2 options

keyboard_arrow_right
マイクロソフトチーム
2 options

keyboard_arrow_right
Ding Talk
2 options

keyboard_arrow_right
Gotify
3 options

Ansible環境変数

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