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

This commit is contained in:
Alex Moreno 2025-05-20 11:30:49 +02:00
parent 6684c59473
commit d70ad13889
1 changed files with 3 additions and 0 deletions

View File

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