ADD: Semaphore UI initial commit

This commit is contained in:
2025-08-24 21:02:44 +02:00
parent aa8b7532f6
commit c5df2f4840
3 changed files with 21 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -0,0 +1,4 @@
ADMIN_USER=admin
ADMIN_PASS=changeme
ADMIN_NAME=Admin
ADMIN_EMAIL=admin@example.com

View File

@@ -0,0 +1,17 @@
services:
semaphore:
ports:
- 3030:3000
image: semaphoreui/semaphore:v2.16.18
environment:
SEMAPHORE_DB_DIALECT: sqlite
SEMAPHORE_ADMIN: ${ADMIN_USER}
SEMAPHORE_ADMIN_PASSWORD: ${ADMIN_PASS}
SEMAPHORE_ADMIN_NAME: ${ADMIN_NAME}
SEMAPHORE_ADMIN_EMAIL: ${ADMIN_EMAIL}
volumes:
- /home/mbuz/docker/semaphore/data:/var/lib/semaphore
- /home/mbuz/docker/semaphore/config:/etc/semaphore
volumes:
/home/mbuz/docker/semaphore/data:
/home/mbuz/docker/semaphore/config: