Add basic compose file for the short term
This commit is contained in:
parent
df0cd8b40e
commit
719842c20e
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
||||
.env
|
7
compose.yaml
Normal file
7
compose.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
services:
|
||||
token-bot:
|
||||
image: wowtoken-app/token-bot
|
||||
build: ./
|
||||
restart: always
|
||||
env_file:
|
||||
.env
|
Loading…
Reference in New Issue
Block a user