sample compose config
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
||||
*.env
|
||||
data/
|
||||
|
||||
|
||||
@@ -3,6 +3,12 @@ services:
|
||||
tg-bot-api:
|
||||
build: build
|
||||
restart: no
|
||||
#volumes:
|
||||
# - "./data:/var/lib/telegram-bot-api:rw"
|
||||
#ports:
|
||||
# - "8081:8081/tcp"
|
||||
#env_file:
|
||||
# - .env
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user