blob: c9307c33345b7136275d05548afe1b161d77257c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=veetibot
[Service]
Restart=always
RuntimeMaxSec=1d
[Container]
Image=veetibot.build
Exec=npm start
Volume=/home/slack-veetibot/veetibot/.env:/veetibot/.env:ro
Volume=/home/slack-veetibot/veetibot/IG_CREDS:/veetibot/IG_CREDS:ro
Volume=/home/slack-veetibot/.config/chromium:/home/veetibot/.config/chromium:ro,U
[Install]
WantedBy=default.target
|