mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
Fix semaphore path
This commit is contained in:
+7
-5
@@ -1,11 +1,13 @@
|
|||||||
# Semaphore
|
# Semaphore
|
||||||
|
|
||||||
In progress, do data dir.
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Docker Hub: https://hub.docker.com/r/semaphoreui/semaphore
|
|
||||||
Project: https://semaphoreui.com/
|
* [Docker Hub](https://hub.docker.com/r/semaphoreui/semaphore)
|
||||||
Docker Compose Example: https://docs.semaphoreui.com/administration-guide/installation/#docker
|
* [Official Website](https://semaphoreui.com/)
|
||||||
|
* [Docker Compose Example](https://docs.semaphoreui.com/administration-guide/installation/#docker)
|
||||||
|
|
||||||
|
## Reverse Proxy
|
||||||
|
|
||||||
Proxy Port: 3000
|
Proxy Port: 3000
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ services:
|
|||||||
SEMAPHORE_ACCESS_KEY_ENCRYPTION: ${SEMAPHORE_ACCESS_KEY_ENCRYPTION:-dfTa9mOCsaoM1zZ+YBE+eGSZnEB0sXvHePhatj9ohuk=}
|
SEMAPHORE_ACCESS_KEY_ENCRYPTION: ${SEMAPHORE_ACCESS_KEY_ENCRYPTION:-dfTa9mOCsaoM1zZ+YBE+eGSZnEB0sXvHePhatj9ohuk=}
|
||||||
SEMAPHORE_LDAP_ACTIVATED: 'no'
|
SEMAPHORE_LDAP_ACTIVATED: 'no'
|
||||||
volumes:
|
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}/ssh/:/home/semaphore/.ssh/
|
||||||
- ${VOL_CONFIG_PATH:-./config}/etchosts:/etc/hosts
|
- ${VOL_CONFIG_PATH:-./config}/etchosts:/etc/hosts
|
||||||
|
|||||||
Reference in New Issue
Block a user