Files
ad-dev-conf/docker-compose.yml
2024-06-06 20:58:00 -05:00

14 lines
305 B
YAML

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