Implement automatic Nginx updates and hosts synchronization for development and production environments

This commit is contained in:
2026-04-16 14:39:46 +02:00
parent afc7fe3423
commit 09cb8306ff
10 changed files with 287 additions and 4 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=Invario Stack Autostart
After=docker.service network-online.target
Wants=docker.service network-online.target
[Service]
Type=oneshot
User=root
WorkingDirectory=/home/max/Dokumente/repos/Key-service-Server
ExecStart=/home/max/Dokumente/repos/Key-service-Server/start-stack-on-boot.sh
RemainAfterExit=yes
TimeoutStartSec=0
[Install]
WantedBy=multi-user.target