Open Source
Pro

이미지 조립

Ansible
Bash
5.2.21
OpenTofu
Terraform
PowerShell

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.15.0
services:
    semaphore:
        ports:
            - 3000:3000
        image: semaphoreui/semaphore:v2.15.0
        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
딩톡
2 options

keyboard_arrow_right
고티파이
3 options

Ansible 환경 변수

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