chore: full stack stability and migration fixes, plus react UI progress
This commit is contained in:
16
deploy/hetzner/madbase.service
Normal file
16
deploy/hetzner/madbase.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=MadBase Application Stack
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/opt/madbase
|
||||
ExecStartPre=/usr/bin/podman network create madbase_net || true
|
||||
ExecStart=/usr/bin/podman-compose up
|
||||
ExecStop=/usr/bin/podman-compose down
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user