version: '3.6' services: dabo-bot: build: context: . dockerfile: Dockerfile restart: unless-stopped user: 10000:10000 volumes: - ./dabo:/dabo:ro - ./data:/dabo/htdocs:rw - ./home:/dabo/home:rw - /usr/local/bin/notify.sh:/usr/local/bin/notify.sh:ro - /etc/localtime:/etc/localtime:ro dabo-web: image: nginx:latest restart: unless-stopped volumes: - ./data:/usr/share/nginx/html:ro - /etc/localtime:/etc/localtime:ro