semaphore setup

This commit is contained in:
tolerryan
2025-04-22 01:04:24 -05:00
parent 1adc4811fc
commit a81e761ea7
9 changed files with 45 additions and 194 deletions

View File

@@ -0,0 +1,22 @@
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: