First commit
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
inventtesla:
|
||||
build: inventtesla
|
||||
image: inventtesla:multiuser
|
||||
container_name: inventtesla
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ="Europe/Madrid"
|
||||
- TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
|
||||
- SLEEP_TIME=${SLEEP_TIME}
|
||||
- TELEGRAM_GROUP_ID=${TELEGRAM_GROUP_ID}
|
||||
dns:
|
||||
- 8.8.8.8
|
||||
Reference in New Issue
Block a user