mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-13 05:05:46 +03:00
feat: add semaphore to the stack (#10)
This commit is contained in:
parent
27ee316ca6
commit
5b5fbd6a56
3 changed files with 33 additions and 0 deletions
9
semaphore/Containerfile
Normal file
9
semaphore/Containerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Source Image
|
||||
FROM docker.io/semaphoreui/semaphore:v2.8.90
|
||||
|
||||
# Environment variables
|
||||
ENV SEMAPHORE_DB_DIALECT="bolt"
|
||||
ENV SEMAPHORE_ADMIN_PASSWORD="ublue"
|
||||
ENV SEMAPHORE_ADMIN_NAME="ublue"
|
||||
ENV SEMAPHORE_ADMIN_EMAIL="forge@ublue.local"
|
||||
ENV SEMAPHORE_ADMIN="ublue"
|
Loading…
Add table
Add a link
Reference in a new issue