diff --git a/README.md b/README.md index a00c0e7..cd82a81 100644 --- a/README.md +++ b/README.md @@ -226,14 +226,6 @@ curl http://localhost:8080/status ## Build -### Container - -Ensure Docker is installed. - -```bash -make -``` - ### Binary Make sure to have Go 1.23.1 installed. diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index b63cf27..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,10 +0,0 @@ -services: - olm: - image: fosrl/olm:latest - container_name: olm - restart: unless-stopped - environment: - - PANGOLIN_ENDPOINT=https://example.com - - OLM_ID=2ix2t8xk22ubpfy - - OLM_SECRET=nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2 - - LOG_LEVEL=DEBUG \ No newline at end of file