summaryrefslogtreecommitdiffstats
path: root/veetibot.container
diff options
context:
space:
mode:
Diffstat (limited to 'veetibot.container')
-rw-r--r--veetibot.container16
1 files changed, 16 insertions, 0 deletions
diff --git a/veetibot.container b/veetibot.container
new file mode 100644
index 0000000..c9307c3
--- /dev/null
+++ b/veetibot.container
@@ -0,0 +1,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