ADD: Semaphore UI initial commit
This commit is contained in:
BIN
immich/image.png
BIN
immich/image.png
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB |
4
semaphore-ui/.env.example
Normal file
4
semaphore-ui/.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
ADMIN_USER=admin
|
||||
ADMIN_PASS=changeme
|
||||
ADMIN_NAME=Admin
|
||||
ADMIN_EMAIL=admin@example.com
|
||||
17
semaphore-ui/docker-compose.yml
Normal file
17
semaphore-ui/docker-compose.yml
Normal 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:
|
||||
Reference in New Issue
Block a user