Files
ad-prod/docker-compose.yml
John Lancaster 852dbcfd8f stagedlight
2025-11-21 17:45:56 -06:00

13 lines
274 B
YAML

services:
appdaemon:
container_name: appdaemon
image: acockburn/appdaemon:dev
restart: unless-stopped
tty: true
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./:/conf
ports:
- 5050:5050