aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
new file mode 100644
index 0000000..3e959bf
--- /dev/null
+++ b/docker-compose.yaml
@@ -0,0 +1,8 @@
1version: "3"
2services:
3 bot:
4 build: .
5 container_name: instasize_bot
6 restart: always
7 environment:
8 - TG_TOKEN=${TG_TOKEN}
Powered by cgit v1.2.3 (git 2.41.0)