@@ -261,9 +261,9 @@ services:
261261 "url": "http://fplos:8080"
262262 },
263263 {
264- "path": "/fpfordel /api",
265- "scopes": "api://vtp.teamforeldrepenger.fpfordel /.default",
266- "url": "http://fpfordel :8080"
264+ "path": "/fpmottak /api",
265+ "scopes": "api://vtp.teamforeldrepenger.fpmottak /.default",
266+ "url": "http://fpmottak :8080"
267267 }
268268 ]
269269 }
@@ -368,9 +368,9 @@ services:
368368 {
369369 "apis": [
370370 {
371- "path": "/fpfordel /api",
372- "scopes": "api://vtp.teamforeldrepenger.fpfordel /.default",
373- "url": "http://fpfordel :8080"
371+ "path": "/fpmottak /api",
372+ "scopes": "api://vtp.teamforeldrepenger.fpmottak /.default",
373+ "url": "http://fpmottak :8080"
374374 }
375375 ]
376376 }
@@ -383,7 +383,7 @@ services:
383383 condition : service_started
384384 fpsak :
385385 condition : service_started
386- fpfordel :
386+ fpmottak :
387387 condition : service_started
388388 wonderwall-fpjournalforing :
389389 << : *default-konfigurasjon
@@ -403,37 +403,36 @@ services:
403403 - " 127.0.0.1:9005:9005"
404404 env_file :
405405 - *common-properties
406-
407- fpfordel :
406+ fpmottak :
408407 << : *default-konfigurasjon
409- image : $FPFORDEL_IMAGE
410- container_name : fpfordel
411- mem_limit : 512mb
408+ image : $FPMOTTAK_IMAGE
409+ container_name : fpmottak
412410 environment :
413- NAIS_APP_NAME : fpfordel
414- DOKARKIV_BASE_URL : http://vtp:8060/rest/dokarkiv/rest/journalpostapi/v1/journalpost
411+ NAIS_APP_NAME : fpmottak
415412 env_file :
416413 - *common-properties
414+ - fpmottak_datasource.env
417415 volumes :
418416 - *sertifikat-volum
419- - *default-oracle-jdbc-config
420- - ./vault-init/fpfordel:/var/run/secrets/nais.io/
421- - ./tokenx:/tokenx
422417 ports :
423- - " 127.0.0.1:8090 :8080"
418+ - " 127.0.0.1:8900 :8080"
424419 healthcheck :
425- test : [ "CMD", "wget", "--no-verbose","--tries=1", "--spider", "http://localhost:8080/fpfordel /internal/health/isReady" ]
420+ test : [ "CMD", "wget", "--no-verbose","--tries=1", "--spider", "http://localhost:8080/fpmottak /internal/health/isReady" ]
426421 interval : 3s
427422 timeout : 5s
428423 retries : 30
429424 start_period : 10s
430425 depends_on :
431- oracle :
432- condition : service_healthy
433426 vtp :
434427 condition : service_healthy
428+ postgres :
429+ condition : service_healthy
430+ fptilgang :
431+ condition : service_started
435432 fpsak :
436433 condition : service_started
434+ fptilbake :
435+ condition : service_started
437436 fpformidling :
438437 << : *default-konfigurasjon
439438 image : $FPFORMIDLING_IMAGE
@@ -915,12 +914,6 @@ services:
915914 "url": "http://fplos:8080",
916915 "name": "fp-los"
917916 },
918- {
919- "path": "/fpfordel/api",
920- "scopes": "api://vtp.teamforeldrepenger.fpfordel/swagger",
921- "url": "http://fpfordel:8080",
922- "name": "fp-fordel"
923- },
924917 {
925918 "path": "/fpabakus/forvaltning/api",
926919 "scopes": "api://vtp.teamforeldrepenger.fpabakus/swagger",
@@ -956,6 +949,12 @@ services:
956949 "scopes": "api://vtp.teamforeldrepenger.fpsoknad/swagger",
957950 "url": "http://fpsoknad:8080",
958951 "name": "fp-soknad"
952+ },
953+ {
954+ "path": "/fpmottak/forvaltning/api",
955+ "scopes": "api://vtp.teamforeldrepenger.fpmottak/swagger",
956+ "url": "http://fpmottak:8080",
957+ "name": "fp-mottak"
959958 }
960959 ]
961960 }
0 commit comments