Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed Apr 29, 2024
1 parent 0d401bf commit c4a617b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
![Coverage](.github/badges/jacoco.svg)
![Branches](.github/badges/branches.svg)

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

Expand All @@ -11,9 +8,4 @@ docker run --pull always --name core-service --rm -p50800:50800 goafabric/core-s
docker run --pull always --name core-service-native --rm -p50800:50800 goafabric/core-service-native:$(grep '^version=' gradle.properties | cut -d'=' -f2) -Xmx64m

# run native image arm
docker run --pull always --name core-service-native --rm -p50800:50800 goafabric/core-service-native-arm64v8:$(grep '^version=' gradle.properties | cut -d'=' -f2) -Xmx64m

# auth-server
docker run --name auth-server --rm -p30200:30200 goafabric/spring-auth-server-native:1.0.2 -Xmx32m

docker run --name auth-server --rm -p30200:30200 goafabric/spring-auth-server-native-arm64v8:1.0.2 -Xmx32m
docker run --pull always --name core-service-native --rm -p50800:50800 goafabric/core-service-native-arm64v8:$(grep '^version=' gradle.properties | cut -d'=' -f2) -Xmx64m

0 comments on commit c4a617b

Please sign in to comment.