1 2 3 4 5 6 7 8 9 10 11 12
services: git-remote-iroh: build: context: . environment: - CONFIG_DIR=/config - GIT_DIR=/repo - RUST_LOG=info,git_remote_iroh=debug volumes: - ./.server/config:/config:z - ./.server/repo:/repo:z restart: always