use pull_policy
This commit is contained in:
parent
addba64df5
commit
6aef7c9d22
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user