From 76cbe9873be4e1d753f131265cb49fe5f6316198 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Sat, 25 Jan 2025 19:28:49 -0800 Subject: [PATCH] Fix semaphore path --- semaphore/README.md | 12 +++++++----- semaphore/docker-compose.yml | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/semaphore/README.md b/semaphore/README.md index 6c4a5a1..f4ebff8 100644 --- a/semaphore/README.md +++ b/semaphore/README.md @@ -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 diff --git a/semaphore/docker-compose.yml b/semaphore/docker-compose.yml index 88f39ee..6282cdb 100644 --- a/semaphore/docker-compose.yml +++ b/semaphore/docker-compose.yml @@ -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