summaryrefslogtreecommitdiffstats
path: root/veetibot.container
blob: e426c4e49f82cee3e8cf81a1cb41d8d0bb040554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=veetibot

[Service]
Restart=always
RuntimeMaxSec=1d

[Container]
Image=veetibot.build
Exec=npm start
PodmanPull=always
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