diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c346d38..028b65d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -21,7 +21,7 @@ jobs: - name: Setup QEMU uses: docker/setup-qemu-action@v2 with: - platforms: 'arm64,amd64' + platforms: 'arm64,amd64,arm' # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx diff --git a/docker-compose.yml b/docker-compose.yml index 665ccd1..f48ab73 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,12 +2,12 @@ version: "3.8" services: hashiqube: + image: ghcr.io/star3am/hashiqube:latest privileged: true tty: true cgroup: host tmpfs: - /var/lib/docker:mode=0777,dev,size=15g,suid,exec - # - /tmp:exec,dev - /run ports: - "3000:3000" # grafana @@ -71,11 +71,9 @@ services: - "6001:6001" # trex - "18043:18043" # argocd # Build the container from the Dockerfile before we run it - build: - context: . - dockerfile: ./Dockerfile - # If you have build and pushed this container to a registry you can use it below and disable build above - # image: YOUR_CONTAINER_REGISTRY/hashiqube:latest + # build: + # context: . + # dockerfile: ./Dockerfile network_mode: "bridge" volumes: # Mounts the project folder into the container