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:
|
||||
- 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
|
||||
|
|
Loading…
Reference in New Issue