File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
33version : ' 3.7' # (this is the docker compose version, not RecipeSage version)
44services :
@@ -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
You can’t perform that action at this time.
0 commit comments