11 lines
No EOL
358 B
Text
Executable file
11 lines
No EOL
358 B
Text
Executable file
services:
|
|
semaphore:
|
|
ports:
|
|
- ${IP}:${PORT}:3000
|
|
image: semaphoreui/semaphore:v2.10.35
|
|
environment:
|
|
SEMAPHORE_DB_DIALECT: bolt
|
|
SEMAPHORE_ADMIN_PASSWORD: ${ID_PASS}
|
|
SEMAPHORE_ADMIN_NAME: ${ID_NAME}
|
|
SEMAPHORE_ADMIN_EMAIL: ${ID_MAIL}
|
|
SEMAPHORE_ADMIN: ${ID_NAME} |