Add compose.yml
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,7 +8,7 @@ __pycache__/
|
|||||||
*.so
|
*.so
|
||||||
|
|
||||||
# Custom stuff
|
# Custom stuff
|
||||||
ich_iel-bot.db
|
data/
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
|
|||||||
7
compose.yml
Normal file
7
compose.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
services:
|
||||||
|
ich_iel-bot:
|
||||||
|
build: .
|
||||||
|
volumes:
|
||||||
|
- ./data:/app/data
|
||||||
|
environment:
|
||||||
|
- .env
|
||||||
Reference in New Issue
Block a user