Initial PlayBull release with Trilogy Hub integration.
Includes homelab deploy tooling, image position/zoom manifest persistence, and full trading/casino stack. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
18
deploy/systemd/playbull.service
Normal file
18
deploy/systemd/playbull.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=PlayBull — Trilogy Hub + Trading + Casino
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=__APP_USER__
|
||||
Group=__APP_USER__
|
||||
WorkingDirectory=__APP_DIR__
|
||||
EnvironmentFile=__APP_DIR__/.env
|
||||
Environment=NODE_ENV=production
|
||||
Environment=TRUST_PROXY=1
|
||||
ExecStart=/usr/bin/node __APP_DIR__/server/index.js
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user