services: larcs: #build: . image: code.wejust.rest/lain/larcs:latest container_name: larcs ports: - "8330:8080" volumes: - ./conf/larcs.yaml:/etc/larcs/config.yaml:ro - ./conf/htpasswd:/etc/larcs/htpasswd:ro - ./larc-repos:/var/lib/larcs/repos restart: unless-stopped healthcheck: test: ["CMD", "wget", "-q", "--spider", "http://localhost:8080/"] interval: 30s timeout: 3s retries: 3