forked from SunRed/discord-tweeter
Initial commit
This commit is contained in:
commit
eca46fcadd
21 changed files with 1666 additions and 0 deletions
12
compose.example.yml
Normal file
12
compose.example.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue