fix docker setup

This commit is contained in:
Michele Artini 2023-11-21 08:39:02 +01:00
parent 3f6ce2a7e2
commit 0221245c47
2 changed files with 3 additions and 1 deletions

View File

@ -295,6 +295,8 @@ services:
networks:
- solr
- frontend
profiles:
- index
angular-dev:
build:

View File

@ -19,7 +19,7 @@ export PG_MDSTORES_DATA_DB=dnet_mdstores_data
export PG_INDEX_DB=dnet_index_configs
export PG_OAI_DB=dnet_oai
export COMPOSE_PROFILES=base ui
export COMPOSE_PROFILES=base,ui
#export COMPOSE_PROFILES=base,mail,dsm,vocs,mdstores,wfs,index,contexts,oai,ui
docker-compose -f docker-compose.dev.yml up --force-recreate --build