Add basic compose file for the short term
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user