23 lines
622 B
YAML
23 lines
622 B
YAML
services:
|
|
|
|
# semaphore server
|
|
semaphore:
|
|
ports:
|
|
- 3000:3000
|
|
image: semaphoreui/semaphore:v2.13.14
|
|
environment:
|
|
SEMAPHORE_DB_DIALECT: bolt
|
|
SEMAPHORE_ADMIN: semaadmin
|
|
SEMAPHORE_ADMIN_PASSWORD: G!$yrgMH8XkhPQ
|
|
SEMAPHORE_ADMIN_NAME: Admin
|
|
SEMAPHORE_ADMIN_EMAIL: admin@localhost
|
|
SEMAPHORE_USE_REMOTE_RUNNER: "True"
|
|
volumes:
|
|
- ./semaphore/data:/var/lib/semaphore
|
|
- ./semaphore/etc:/etc/semaphore
|
|
- ./semaphore/tmp:/tmp/semaphore
|
|
volumes:
|
|
./semaphore/data:
|
|
./semaphore/etc:
|
|
./semaphore/tmp:
|