@@ -27,7 +27,7 @@ services:
2727 # Service runtime settings
2828 - JAVA_HEAP_MIN=1G
2929 - JAVA_HEAP_MAX=8G
30- - spring_profiles_active=gui,ws,prod-ws,prod-gui ,prod
30+ - spring_profiles_active=bundled ,prod
3131
3232 # SEB Server password, internally used to en-/decrypt sensitive data secure internal communication
3333 # NOTE: These must match with the other sebserver_password set on other services
@@ -70,15 +70,16 @@ services:
7070 - " mariadb"
7171 restart : unless-stopped
7272
73- sps-server :
73+ sps-webservice :
7474 image : " anhefti/seb-sps:v1.2-latest"
75- container_name : sps-server
75+ container_name : sps-webservice
7676 environment :
7777 # Service runtime settings
7878 - JAVA_HEAP_MIN=1G
7979 - JAVA_HEAP_MAX=6G
8080 - SERVER_PORT=8090
8181 - spring_profiles_active=prod
82+ - sps_webservice_distributed=false
8283
8384 # SEB Server password, internally used to en-/decrypt sensitive data secure internal communication
8485 # NOTE: These must match with the other sebserver_password set on other services
@@ -87,7 +88,7 @@ services:
8788 # Data Base settings
8889 # NOTE: these must match with the DB connection settings on mariadb service
8990 - spring_datasource_username=root
90- - spring_datasource_password=${SEBSERVER_PWD }
91+ - spring_datasource_password=${DB_SA_PWD }
9192 - datastore_mariadb_server_port=3306
9293 - datastore_mariadb_server_address=seb-server-mariadb
9394 - sps_data_store_adapter=FULL_RDBMS
@@ -117,10 +118,10 @@ services:
117118 - " mariadb"
118119 restart : unless-stopped
119120
120- sps-gui :
121+ sps-guiservice :
121122 # use the tag suffix "-single-host" to deploy the sps-gui on subpatch such as "/sps-gui
122123 image : naritter/seb-sps-gui:v1.2-latest-single-host
123- container_name : sps-gui
124+ container_name : sps-guiservice
124125 environment :
125126 # Service runtime settings
126127 - NODE_ENV=prod
0 commit comments