1 2 3 4 5 6 7 8 9 10
services: app: build: . command: watchexec -e rs -r cargo run --bin task-worker ports: - "8000:8000" env_file: .env volumes: - ./:/app