sample compose config
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
|||||||
*.env
|
*.env
|
||||||
|
data/
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user