This commit is contained in:
2021-05-10 23:29:11 +02:00
parent 9d0dd96549
commit 3aec2503ce
5 changed files with 228 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: "3"
services:
discord-nice-embed-maker-for-my-yoy:
image: thelovinator/discord-nice-embed-maker-for-my-yoy
container_name: discord-nice-embed-maker-for-my-yoy
ports:
- "5000:5000"
volumes:
- uploads:/home/botuser/static/tweets
restart: unless-stopped
volumes:
uploads: