fix(campfire): update service definition to use image instead of build in Docker Compose file

This commit is contained in:
victor 2025-09-14 09:16:02 +02:00
parent 41389a30d4
commit 3dcc64328d

View file

@ -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