15 lines
342 B
YAML
15 lines
342 B
YAML
services:
|
|
appdaemon:
|
|
container_name: appdaemon_dev
|
|
image: appdaemon:local-dev
|
|
# image: acockburn/appdaemon:dev
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- ./:/conf
|
|
ports:
|
|
- 5051:5050
|
|
restart: unless-stopped
|
|
tty: true
|
|
# command: ["--debug", "DEBUG"]
|