Files
appdaemon/docker-compose.yml
2024-04-13 15:37:03 -05:00

22 lines
377 B
YAML

services:
appdaemon:
container_name: appdaemon
image: acockburn/appdaemon:dev
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- config:/conf
ports:
- 5050:5050
restart: unless-stopped
tty: true
volumes:
config:
driver: local
driver_opts:
o: bind
type: none
device: ./