diff --git a/web/compose.yml b/web/compose.yml new file mode 100644 index 0000000..5e1d548 --- /dev/null +++ b/web/compose.yml @@ -0,0 +1,10 @@ +services: + web: + build: . + environment: + - TOKEN= + - CHAT_ID= + - MONGO_USERNAME=admin + - MONGO_PASSWORD=admin + ports: + - "8000:5000"