Files
ad-dev-conf/docker-compose.yml
John Lancaster 7d4098ce79 initial commit
2024-02-21 21:23:05 -06:00

15 lines
318 B
YAML

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"]