aboutsummaryrefslogtreecommitdiff
path: root/compose.yaml
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2026-03-22 19:56:47 +0300
committerTolmachev Igor <me@igorek.dev>2026-03-22 20:19:27 +0300
commit536d022e8a55f6e53f01dfb7e0fae2ef24385aad (patch)
tree721d7195db7fc12c725b27301f77e345df64d1b4 /compose.yaml
downloadvpn_manager_bot-536d022e8a55f6e53f01dfb7e0fae2ef24385aad.tar.gz
vpn_manager_bot-536d022e8a55f6e53f01dfb7e0fae2ef24385aad.zip
Init project
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml
new file mode 100644
index 0000000..11f092d
--- /dev/null
+++ b/compose.yaml
@@ -0,0 +1,10 @@
1services:
2 bot:
3 build: .
4 environment:
5 - TOKEN=${TOKEN}
6 volumes:
7 - storage:/app/storage
8
9volumes:
10 storage: