Initial commit

This commit is contained in:
Manuel 2023-08-29 18:00:00 +02:00
commit eca46fcadd
Signed by: Manuel
GPG key ID: 4085037435E1F07A
21 changed files with 1666 additions and 0 deletions

12
compose.example.yml Normal file
View file

@ -0,0 +1,12 @@
services:
discord-tweeter:
build:
context: .
dockerfile: Dockerfile
image: git.snrd.eu/sunred/discord-tweeter:latest
container_name: discord-tweeter
network_mode: bridge
volumes:
- ./config.toml:/app/config.toml:ro
- ./db:/app/db:rw
restart: unless-stopped