fix: update pull policy for services in docker-compose.yml
gitea/salix-front/pipeline/pr-master Something is wrong with the build of this commit
Details
gitea/salix-front/pipeline/pr-master Something is wrong with the build of this commit
Details
This commit is contained in:
parent
6684c59473
commit
d70ad13889
|
@ -7,6 +7,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
dns_search: .
|
dns_search: .
|
||||||
|
pull_policy: always
|
||||||
front:
|
front:
|
||||||
image: lilium-dev:latest
|
image: lilium-dev:latest
|
||||||
command: pnpm exec quasar dev
|
command: pnpm exec quasar dev
|
||||||
|
@ -16,5 +17,7 @@ services:
|
||||||
- CI
|
- CI
|
||||||
- TZ
|
- TZ
|
||||||
dns_search: .
|
dns_search: .
|
||||||
|
pull_policy: never
|
||||||
db:
|
db:
|
||||||
image: 'registry.verdnatura.es/salix-db:${COMPOSE_TAG:-dev}'
|
image: 'registry.verdnatura.es/salix-db:${COMPOSE_TAG:-dev}'
|
||||||
|
pull_policy: always
|
||||||
|
|
Loading…
Reference in New Issue