services: naviwatcher: build: context: . dockerfile: Dockerfile container_name: naviwatcher ports: - "8080:8080" volumes: - ./data:/app/data restart: unless-stopped