use pull_policy
Some checks failed
ci / build (push) Successful in 54m50s
ci / test (push) Failing after 6m29s

This commit is contained in:
CJ_Clippy 2025-08-15 11:56:35 -08:00
parent addba64df5
commit 6aef7c9d22
2 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,7 @@ services:
depends_on:
postgres:
condition: service_healthy
pull_policy: always
networks:
- default
init: true
@ -59,6 +60,7 @@ services:
depends_on:
postgres:
condition: service_healthy
pull_policy: always
networks:
- default
init: true

View File

@ -1,7 +1,7 @@
{
"name": "futureporn",
"private": true,
"version": "2.4.8",
"version": "2.4.9",
"type": "module",
"scripts": {
"dev": "concurrently npm:dev:serve npm:dev:build npm:dev:worker npm:dev:compose npm:dev:sftp",