diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b7411c..2bc9a52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,5 +42,6 @@ jobs: with: context: . push: true + platforms: linux/amd64,linux/arm/v7,linux/arm64/v8 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/compose.yml b/compose.yml index 02b628d..ab9e610 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,7 @@ services: bot: image: ghcr.io/n3aar/eery-project:main + restart: always container_name: eery-bot environment: - TOKEN=${TOKEN} @@ -10,6 +11,7 @@ services: watchtower: image: containrrr/watchtower + restart: always volumes: - /var/run/docker.sock:/var/run/docker.sock command: --interval 300 --cleanup --label-enable --run-once eery-bot