mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated semaphoreui
This commit is contained in:
+7
-6
@@ -1,17 +1,18 @@
|
||||
# Semaphore
|
||||
|
||||
Last Updated: Sat August 31, 2024 20:32:09 PDT
|
||||
In progress, do data dir.
|
||||
|
||||
## Overview
|
||||
Docker Hub: https://hub.docker.com/r/semaphoreui/semaphore
|
||||
Project: https://semaphoreui.com/
|
||||
Docker Compose Example: https://docs.semui.co/administration-guide/installation#docker
|
||||
Docker Compose Example: https://docs.semaphoreui.com/administration-guide/installation/#docker
|
||||
Proxy Port: 3000
|
||||
|
||||
## Notes
|
||||
|
||||
Trouble shooting
|
||||
The trick to getting this going is loggin into the container and running
|
||||
semaphore commands
|
||||
you can generate the config.json file that way
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user