initial commit

This commit is contained in:
John Lancaster
2024-02-21 21:23:05 -06:00
commit 7d4098ce79
12 changed files with 97 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '3.9'
services:
appdaemon:
container_name: appdaemon_dev
image: appdaemon:jsl-dev
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./:/conf
ports:
- 5051:5050
restart: unless-stopped
tty: true
# command: ["--debug", "DEBUG"]