rest of serrvices
This commit is contained in:
parent
09db5001e7
commit
03c11c49ce
9 changed files with 127 additions and 2 deletions
20
beeper/etc/containers/systemd/zitadel/zitadel.container
Normal file
20
beeper/etc/containers/systemd/zitadel/zitadel.container
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[Unit]
|
||||
Description=Zitadel
|
||||
Requires=postgresql.service
|
||||
After=postgresql.service
|
||||
|
||||
[Container]
|
||||
Image=ghcr.io/zitadel/zitadel:latest
|
||||
ContainerName=zitadel
|
||||
EnvironmentFile=/var/containers/zitadel/.env
|
||||
Network=zitadel.network
|
||||
Network=postgresql.network
|
||||
PublishPort=127.0.0.1:19241:8080
|
||||
Exec=start-from-init --masterkeyFromEnv --tlsMode external
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=10s
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue