diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index ae83a8a..9fc794e 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -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 diff --git a/services/our/package.json b/services/our/package.json index eef11f8..dc5adb6 100644 --- a/services/our/package.json +++ b/services/our/package.json @@ -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",