mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
dropped semaphore support
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
# Semaphore
|
||||
|
||||
## Overview
|
||||
|
||||
* [Docker Hub](https://hub.docker.com/r/semaphoreui/semaphore)
|
||||
* [Official Website](https://semaphoreui.com/)
|
||||
* [Docker Compose Example](https://docs.semaphoreui.com/administration-guide/installation/#docker)
|
||||
|
||||
## Reverse Proxy
|
||||
|
||||
Proxy Port: 3000
|
||||
|
||||
## Notes
|
||||
|
||||
Setting up ssh keys is a pain, a volume is setup to include your credentials.
|
||||
make sure the permissions are set to user 1001.
|
||||
|
||||
### SEMAPHORE_ACCESS_KEY_ENCRYPTION
|
||||
|
||||
must generate this way: head -c32 /dev/urandom | base64
|
||||
@@ -1,22 +0,0 @@
|
||||
services:
|
||||
|
||||
semaphore:
|
||||
image: ${SEMAPHORE_IMAGE:-semaphoreui/semaphore:latest}
|
||||
environment:
|
||||
SEMAPHORE_DB_USER: ${SEMAPHORE_DB_USER:-semaphore}
|
||||
SEMAPHORE_DB_PASS: ${SEMAPHORE_DB_PASS:-semaphorepass}
|
||||
SEMAPHORE_DB_HOST: semaphore-mariadb
|
||||
SEMAPHORE_DB_PORT: 3306
|
||||
SEMAPHORE_DB_DIALECT: mysql
|
||||
SEMAPHORE_DB: semaphore
|
||||
SEMAPHORE_PLAYBOOK_PATH: ${SEMAPHORE_PLAYBOOK_PATH:-/tmp/semaphore/}
|
||||
SEMAPHORE_ADMIN_PASSWORD: ${SEMAPHORE_ADMIN_PASSWORD:-changeadmin1234}
|
||||
SEMAPHORE_ADMIN_NAME: ${SEMAPHORE_ADMIN_NAME:-admin}
|
||||
SEMAPHORE_ADMIN_EMAIL: ${SEMAPHORE_ADMIN_EMAIL:-admin@localhost}
|
||||
SEMAPHORE_ADMIN: admin
|
||||
SEMAPHORE_ACCESS_KEY_ENCRYPTION: ${SEMAPHORE_ACCESS_KEY_ENCRYPTION:-dfTa9mOCsaoM1zZ+YBE+eGSZnEB0sXvHePhatj9ohuk=}
|
||||
SEMAPHORE_LDAP_ACTIVATED: 'no'
|
||||
volumes:
|
||||
- ${VOL_PATH}/semaphore/app:${SEMAPHORE_PLAYBOOK_PATH:-/tmp/semaphore/}
|
||||
- ${VOL_CONFIG_PATH:-./config}/ssh/:/home/semaphore/.ssh/
|
||||
- ${VOL_CONFIG_PATH:-./config}/etchosts:/etc/hosts
|
||||
@@ -1,14 +0,0 @@
|
||||
COOKBOOK=/git/docker-compose-cookbooks
|
||||
TZ=America/Vancouver
|
||||
VOL_CONFIG_PATH=./config
|
||||
VOL_PATH=./data
|
||||
|
||||
# semaphore
|
||||
SEMAPHORE_IMAGE=semaphoreui/semaphore:latest
|
||||
SEMAPHORE_ACCESS_KEY_ENCRYPTION=1234567890123456789012345678901234567890
|
||||
SEMAPHORE_ADMIN_EMAIL=example@example.com
|
||||
SEMAPHORE_ADMIN_NAME=admin
|
||||
SEMAPHORE_ADMIN_PASSWORD=password
|
||||
SEMAPHORE_PLAYBOOK_PATH=/tmp/semaphore/
|
||||
SEMAPHORE_DB_USER: semaphore
|
||||
SEMAPHORE_DB_PASS: semaphore
|
||||
Reference in New Issue
Block a user