Files
ad-nix/docker-compose.yml
2024-04-29 23:41:19 -05:00

32 lines
546 B
YAML

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