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