volumes: stardata: external: false services: starbot: build: starbot volumes: - "./starbot/starbot:/app/starbot:ro" - "stardata:/app/data/:rw" env_file: - .secrets/starbot.env environment: - DBF_MODULE=starbot.db_ptvp35 deploy: resources: limits: cpus: '2' memory: 200M restart_policy: condition: on-failure delay: 5s max_attempts: 3 window: 120s tty: true stop_signal: SIGINT