initial commit
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal 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"]
|
||||
Reference in New Issue
Block a user