roughly working again, now dev docker exists
This commit is contained in:
parent
a77a0c0393
commit
155ab39368
26 changed files with 1976 additions and 235 deletions
15
docker-compose.dev.yml
Normal file
15
docker-compose.dev.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
wohnbot:
|
||||
build: .
|
||||
container_name: wohnbot-dev
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
volumes:
|
||||
- ./data:/app/data:rw
|
||||
environment:
|
||||
- CHECK_INTERVAL=30
|
||||
- WOHNBOT_DEV=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue