Skip to content

Commit 1a444c7

Browse files
committed
chore: bump recipesage version to v2.13.1
1 parent b2ccb42 commit 1a444c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This config file is for RecipeSage-selfhost version 4.0.0, and RecipeSage version 2.12.10.
1+
# This config file is for RecipeSage-selfhost version 4.0.0, and RecipeSage version 2.13.1.
22

33
version: '3.7' # (this is the docker compose version, not RecipeSage version)
44
services:
@@ -14,11 +14,11 @@ services:
1414
restart: unless-stopped
1515
static: # Hosts frontend assets
1616
container_name: recipesage_static
17-
image: julianpoy/recipesage-selfhost:static-v2.13.0-beta28
17+
image: julianpoy/recipesage-selfhost:static-v2.13.1
1818
restart: unless-stopped
1919
api: # Hosts backend API
2020
container_name: recipesage_api
21-
image: julianpoy/recipesage-selfhost:api-v2.13.0-beta28
21+
image: julianpoy/recipesage-selfhost:api-v2.13.1
2222
depends_on:
2323
- postgres
2424
- typesense

0 commit comments

Comments
 (0)