ADD: Semaphore UI initial commit

This commit is contained in:
2025-08-24 21:04:24 +02:00
parent 9b86933d2d
commit aa80838cde

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: