File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ services:
5454 - BROWSERLESS_PORT=3000
5555 - INGREDIENT_INSTRUCTION_CLASSIFIER_URL=http://ingredient-instruction-classifier:3000/
5656 volumes :
57- - recipesage_apimedia :/rs-media
57+ - apimedia :/rs-media
5858 restart : unless-stopped
5959 typesense : # Provides the fuzzy search engine
6060 container_name : recipesage_typesense
6161 image : typesense/typesense:0.24.1
6262 volumes :
63- - recipesage_typesensedata :/data
63+ typesensedata :/data
6464 command : " --data-dir /data --api-key=recipesage_selfhost --enable-cors"
6565 restart : unless-stopped
6666 pushpin : # Provides websocket support
@@ -83,7 +83,7 @@ services:
8383 - POSTGRES_USER=recipesage_selfhost
8484 - POSTGRES_PASSWORD=recipesage_selfhost
8585 volumes :
86- - recipesage_postgresdata :/var/lib/postgresql/data
86+ postgresdata :/var/lib/postgresql/data
8787 restart : unless-stopped
8888 browserless : # A headless browser for scraping websites with the auto import tool
8989 container_name : recipesage_browserless
@@ -104,9 +104,9 @@ services:
104104 # restart: unless-stopped
105105
106106volumes :
107- recipesage_apimedia :
107+ apimedia :
108108 driver : local
109- recipesage_typesensedata :
109+ typesensedata :
110110 driver : local
111- recipesage_postgresdata :
111+ postgresdata :
112112 driver : local
You can’t perform that action at this time.
0 commit comments