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:
- db
dns_search: .
pull_policy: always
front:
image: lilium-dev:latest
command: pnpm exec quasar dev
@ -16,5 +17,7 @@ services:
- CI
- TZ
dns_search: .
pull_policy: never
db:
image: 'registry.verdnatura.es/salix-db:${COMPOSE_TAG:-dev}'
pull_policy: always