ADD: Semaphore UI initial commit

This commit is contained in:
2025-08-24 21:04:24 +02:00
parent 18c973446d
commit 40668b67dc

View File

@@ -9,9 +9,18 @@ services:
SEMAPHORE_ADMIN_PASSWORD: ${ADMIN_PASS}
SEMAPHORE_ADMIN_NAME: ${ADMIN_NAME}
SEMAPHORE_ADMIN_EMAIL: ${ADMIN_EMAIL}
<<<<<<< HEAD
volumes:
- semaphore-data:/var/lib/semaphore
- semaphore-config:/etc/semaphore
volumes:
semaphore-data:
semaphore-config:
semaphore-config:
=======
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:
>>>>>>> 24861aa (ADD: Semaphore UI initial commit)