From 3dcc64328dd7f7d9c65aba5a110b4791a0521e1b Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 14 Sep 2025 09:16:02 +0200 Subject: [PATCH] fix(campfire): update service definition to use image instead of build in Docker Compose file --- templates/compose/once-campfire.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/once-campfire.yaml b/templates/compose/once-campfire.yaml index 6bfe0fdea..22fc39de5 100644 --- a/templates/compose/once-campfire.yaml +++ b/templates/compose/once-campfire.yaml @@ -7,7 +7,7 @@ services: campfire: - build: https://github.com/basecamp/once-campfire.git#${BRANCH:-main} + image: ghcr.io/basecamp/once-campfire:${TAG:-main} restart: unless-stopped volumes: - campfire-storage:/rails/storage