feat: add semaphore to the stack (#10)

This commit is contained in:
Stephan Lüscher 2023-04-29 19:28:08 +00:00
parent 27ee316ca6
commit 5b5fbd6a56
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
3 changed files with 33 additions and 0 deletions

9
semaphore/Containerfile Normal file
View 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"