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