aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-11-24 22:40:55 -0800
committerclarkzjw <[email protected]>2022-11-24 22:40:55 -0800
commit2f6a7aade54bbc3d1379133478f5d77e5d764f22 (patch)
tree9fbe137e4ae8cdbbe66b9e419f62b94b84e03dd6 /docker-compose.yaml
parentd19a3e6bdd8ad77cf0d90cc882880d9f3e1433b4 (diff)
downloadSquare-2f6a7aade54bbc3d1379133478f5d77e5d764f22.tar.gz
bot: add docker-compose.yaml
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)