Fix semaphore path

This commit is contained in:
2025-01-25 19:28:49 -08:00
parent 206fa153dc
commit 76cbe9873b
2 changed files with 8 additions and 6 deletions
+7 -5
View File
@@ -1,11 +1,13 @@
# Semaphore
In progress, do data dir.
## Overview
Docker Hub: https://hub.docker.com/r/semaphoreui/semaphore
Project: https://semaphoreui.com/
Docker Compose Example: https://docs.semaphoreui.com/administration-guide/installation/#docker
* [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
+1 -1
View File
@@ -17,6 +17,6 @@ services:
SEMAPHORE_ACCESS_KEY_ENCRYPTION: ${SEMAPHORE_ACCESS_KEY_ENCRYPTION:-dfTa9mOCsaoM1zZ+YBE+eGSZnEB0sXvHePhatj9ohuk=}
SEMAPHORE_LDAP_ACTIVATED: 'no'
volumes:
- ${VOL_PATH}/semaphore:${SEMAPHORE_PLAYBOOK_PATH:-/tmp/semaphore/}
- ${VOL_PATH}/semaphore/app:${SEMAPHORE_PLAYBOOK_PATH:-/tmp/semaphore/}
- ${VOL_CONFIG_PATH:-./config}/ssh/:/home/semaphore/.ssh/
- ${VOL_CONFIG_PATH:-./config}/etchosts:/etc/hosts