services: bot: build: . environment: - TOKEN=${TOKEN} volumes: - storage:/app/storage develop: watch: - action: sync+restart path: . target: /app redis: image: "redis:8" restart: "always" hostname: "redis" volumes: - redis:/data volumes: storage: redis: