initial upload
This commit is contained in:
20
semaphore/semaphore.container
Normal file
20
semaphore/semaphore.container
Normal file
@@ -0,0 +1,20 @@
|
||||
[Unit]
|
||||
Description=Semaphore
|
||||
|
||||
[Container]
|
||||
AutoUpdate=registry
|
||||
ContainerName=semaphore
|
||||
Environment=TZ=Europe/Berlin
|
||||
Image=docker.io/semaphoreui/semaphore:latest
|
||||
Environment=SEMAPHORE_DB_DIALECT=bolt
|
||||
Environment=SEMAPHORE_ADMIN=admin
|
||||
Secret=semaphore-password,type=env,target=SEMAPHORE_ADMIN_PASSWORD
|
||||
Environment=SEMAPHORE_ADMIN_NAME=Administrator
|
||||
Pod=semaphore.pod
|
||||
Volume=semaphore-config.volume:/etc/semaphore
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user