mirror of https://github.com/buster-so/buster.git
always pull on docker compose
This commit is contained in:
parent
539dac8922
commit
fe6f312e1c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue