We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59dc59e commit d0f0043Copy full SHA for d0f0043
docker-compose.yml
@@ -0,0 +1,15 @@
1
+services:
2
+ excel-parser-bot:
3
+ image: ghcr.io/programmeris/excel-telegram-bot:main@sha256:2993606b61e488b481f997fa8907562a27f378ecbbfbb39e422c630c432d2afe
4
+ environment:
5
+ ## Replace TELEGRAM_BOT_TOKEN value to your bot token
6
+ TELEGRAM_BOT_TOKEN: token
7
+ XLSX_FILE_PATH: link.xlsx
8
+ volumes:
9
+ - ./link.xlsx:/app/link.xlsx
10
+
11
+networks:
12
+ default:
13
+ ipam:
14
+ config:
15
+ - subnet: 172.177.0.0/16
0 commit comments