File tree 1 file changed +4
-4
lines changed
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 .
2
2
3
3
services :
4
4
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:
13
13
restart : unless-stopped
14
14
static : # Hosts frontend assets
15
15
container_name : recipesage_static
16
- image : julianpoy/recipesage-selfhost:static-v2.14.6
16
+ image : julianpoy/recipesage-selfhost:static-v2.15.3
17
17
restart : unless-stopped
18
18
api : # Hosts backend API
19
19
container_name : recipesage_api
20
- image : julianpoy/recipesage-selfhost:api-v2.14.6
20
+ image : julianpoy/recipesage-selfhost:api-v2.15.3
21
21
depends_on :
22
22
- postgres
23
23
- typesense
24
24
- pushpin
25
25
- 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"
27
27
environment :
28
28
- STORAGE_TYPE=filesystem
29
29
- FILESYSTEM_STORAGE_PATH=/rs-media
You can’t perform that action at this time.
0 commit comments