Skip to content

Commit 1b7eb92

Browse files
authored
Merge pull request #78 from julianpoy/bump-v2.15.0
feat: bump to v2.15.0
2 parents 7641c57 + 504ed04 commit 1b7eb92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
services:
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

0 commit comments

Comments
 (0)