Skip to content

Instantly share code, notes, and snippets.

View LinusPotocnik's full-sized avatar

Linus Potocnik LinusPotocnik

View GitHub Profile
@LinusPotocnik
LinusPotocnik / docker-compose.yml
Last active July 12, 2022 22:13
Files needed to host the JS Lifebot and keep it automatically up to date
version: '3.9'
services:
bot:
image: linuspotocnik/lifebot.js
volumes:
- database:/db
env_file:
- .env
watchtower:
image: containrrr/watchtower