Add basic compose file for the short term

This commit is contained in:
Emily Doherty 2024-12-08 18:37:38 -08:00
parent df0cd8b40e
commit 719842c20e
2 changed files with 8 additions and 0 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
.env

7
compose.yaml Normal file
View File

@ -0,0 +1,7 @@
services:
token-bot:
image: wowtoken-app/token-bot
build: ./
restart: always
env_file:
.env