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:
|
api:
|
||||||
image: ghcr.io/buster-so/buster/api:latest-arm64
|
image: ghcr.io/buster-so/buster/api:latest-arm64
|
||||||
container_name: buster-api
|
container_name: buster-api
|
||||||
|
pull_policy: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
|
@ -59,6 +60,7 @@ services:
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/buster-so/buster/web:latest-arm64
|
image: ghcr.io/buster-so/buster/web:latest-arm64
|
||||||
container_name: buster-web
|
container_name: buster-web
|
||||||
|
pull_policy: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue