From 84def089c95a19062ae14eef970a158fd8035ceb Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Thu, 20 Jun 2024 09:42:43 +0200 Subject: [PATCH] Remove compose file No longer using "docker buildx" to build containers. --- docker-compose.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 docker-compose.yaml diff --git a/docker-compose.yaml b/docker-compose.yaml deleted file mode 100644 index 67472fc..0000000 --- a/docker-compose.yaml +++ /dev/null @@ -1,10 +0,0 @@ -services: - edm: - image: ghcr.io/dnstapir/edm:latest - build: - context: . - dockerfile: Dockerfile - x-bake: - platforms: - - linux/amd64 - - linux/arm64