Skip to content

Commit

Permalink
Merge pull request #78 from julianpoy/bump-v2.15.0
Browse files Browse the repository at this point in the history
feat: bump to v2.15.0
  • Loading branch information
julianpoy authored Aug 23, 2024
2 parents 7641c57 + 504ed04 commit 1b7eb92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This config file is for RecipeSage-selfhost version 4.1.0, and RecipeSage version 2.14.2.
# This config file is for RecipeSage-selfhost version 4.2.0, and RecipeSage version 2.15.3.

services:
proxy: # The proxy must not be removed. If needed, point your own proxy to this container, rather than removing this
Expand All @@ -13,17 +13,17 @@ services:
restart: unless-stopped
static: # Hosts frontend assets
container_name: recipesage_static
image: julianpoy/recipesage-selfhost:static-v2.14.6
image: julianpoy/recipesage-selfhost:static-v2.15.3
restart: unless-stopped
api: # Hosts backend API
container_name: recipesage_api
image: julianpoy/recipesage-selfhost:api-v2.14.6
image: julianpoy/recipesage-selfhost:api-v2.15.3
depends_on:
- postgres
- typesense
- pushpin
- browserless
command: sh -c "npx prisma migrate deploy; npx ts-node --swc --project packages/backend/tsconfig.json packages/backend/src/bin/www"
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"
environment:
- STORAGE_TYPE=filesystem
- FILESYSTEM_STORAGE_PATH=/rs-media
Expand Down

0 comments on commit 1b7eb92

Please sign in to comment.