always pull on docker compose

This commit is contained in:
dal 2025-05-09 11:29:25 -06:00
parent 539dac8922
commit fe6f312e1c
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ services:
api:
image: ghcr.io/buster-so/buster/api:latest-arm64
container_name: buster-api
pull_policy: always
env_file:
- .env
environment:
@ -59,6 +60,7 @@ services:
web:
image: ghcr.io/buster-so/buster/web:latest-arm64
container_name: buster-web
pull_policy: always
env_file:
- .env
depends_on: