Config files for my server. Except not my secrets

service tweaks

vielle.dev b808697c ec82ff86

verified
+1 -1
compose.yaml
··· 50 50 image: nginx 51 51 restart: unless-stopped 52 52 ports: 53 - - 22001:22001 53 + - 22:22001 54 54 volumes: 55 55 - ./nginx.conf:/etc/nginx/nginx.conf 56 56
-11
docker-up.service
··· 1 - [Unit] 2 - Description=Preload docker 3 - After=network.target 4 - 5 - [Service] 6 - Type=oneshot 7 - ExecStart=/bin/bash /root/server-config/commit.sh 8 - WorkingDirectory=/root/server-config 9 - 10 - [Install] 11 - WantedBy=multi-user.target
+1 -1
tangled-on-commit.service
··· 5 5 6 6 [Service] 7 7 ExecStart=/bin/tangled-on-commit 8 - WorkingDirectory=/root/server-config 8 + WorkingDirectory=/home/admin/server-config 9 9 Restart=always 10 10 RestartSec=30s 11 11