File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # This config file is for RecipeSage-selfhost version 4.1 .0, and RecipeSage version 2.14.2 .
1+ # This config file is for RecipeSage-selfhost version 4.2 .0, and RecipeSage version 2.15.3 .
22
33services :
44 proxy : # The proxy must not be removed. If needed, point your own proxy to this container, rather than removing this
@@ -13,17 +13,17 @@ services:
1313 restart : unless-stopped
1414 static : # Hosts frontend assets
1515 container_name : recipesage_static
16- image : julianpoy/recipesage-selfhost:static-v2.14.6
16+ image : julianpoy/recipesage-selfhost:static-v2.15.3
1717 restart : unless-stopped
1818 api : # Hosts backend API
1919 container_name : recipesage_api
20- image : julianpoy/recipesage-selfhost:api-v2.14.6
20+ image : julianpoy/recipesage-selfhost:api-v2.15.3
2121 depends_on :
2222 - postgres
2323 - typesense
2424 - pushpin
2525 - browserless
26- command : sh -c "npx prisma migrate deploy; npx ts-node --swc --project packages/backend/tsconfig.json packages/backend/src/bin/www"
26+ command : sh -c "npx prisma migrate deploy; npx nx seed prisma; npx ts-node --swc --project packages/backend/tsconfig.json packages/backend/src/bin/www"
2727 environment :
2828 - STORAGE_TYPE=filesystem
2929 - FILESYSTEM_STORAGE_PATH=/rs-media
You can’t perform that action at this time.
0 commit comments