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: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy
pull_policy: always
networks: networks:
- default - default
init: true init: true
@ -59,6 +60,7 @@ services:
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy
pull_policy: always
networks: networks:
- default - default
init: true init: true

View File

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