sample compose config
Some checks failed
Docker Image CI / push (push) Has been cancelled
Docker Image CI / test (push) Has been cancelled

This commit is contained in:
2026-04-13 15:10:40 +03:00
parent 4eeb6924d2
commit c75f530f86
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
*.env *.env
data/

View File

@@ -3,6 +3,12 @@ services:
tg-bot-api: tg-bot-api:
build: build build: build
restart: no restart: no
#volumes:
# - "./data:/var/lib/telegram-bot-api:rw"
#ports:
# - "8081:8081/tcp"
#env_file:
# - .env
logging: logging:
driver: json-file driver: json-file
options: options: