Skip to content

๐Ÿ“š Catalog Batch and Service combined with ICD10, Insurances ...

Notifications You must be signed in to change notification settings

goafabric/catalog-batch-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

docker compose

go to /src/deploy/docker and do "./stack up" or "./stack up -native"

run jvm multi image

docker run --pull always --name catalog-batch-service --rm -p50600:50600 goafabric/catalog-batch-service:$(grep '^version=' gradle.properties | cut -d'=' -f2)

run native image

docker run --pull always --name catalog-batch-service-native --rm -p50600:50600 goafabric/catalog-batch-service-native:$(grep '^version=' gradle.properties | cut -d'=' -f2) -Xmx32m

run native image arm

docker run --pull always --name catalog-batch-service-native --rm -p50600:50600 goafabric/catalog-batch-service-native-arm64v8:$(grep '^version=' gradle.properties | cut -d'=' -f2) -Xmx32m

About

๐Ÿ“š Catalog Batch and Service combined with ICD10, Insurances ...

Resources

Stars

Watchers

Forks

Packages

No packages published