Skip to content

Conversation

@mathieu-benoit
Copy link
Contributor

@mathieu-benoit mathieu-benoit commented Jan 3, 2026

samples/onlineboutique

score-compose init --no-sample \
    --provisioners https://raw.githubusercontent.com/score-spec/community-provisioners/refs/heads/main/service/score-compose/10-service.provisioners.yaml

score-compose generate \
    ad/score.yaml \
    cart/score.yaml \
    currency/score.yaml \
    email/score.yaml \
    payment/score.yaml \
    productcatalog/score.yaml \
    recommendation/score.yaml \
    shipping/score.yaml \
    checkout/score.yaml \
    frontend/score.yaml \
    loadgenerator/score.yaml

docker compose up --build -d --remove-orphans

docker ps:

CONTAINER ID   IMAGE                                                                                        COMMAND                  CREATED          STATUS          PORTS                                     NAMES
3829c009937b   us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.4               "/app/build/install/…"   12 seconds ago   Up 10 seconds   9555/tcp                                  onlineboutique-ad-ad-1
1942e5692dc9   us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.4                "/src/server"            11 minutes ago   Up 11 minutes   8080/tcp                                  onlineboutique-frontend-frontend-1
baf6959df92f   us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.4             "/app/cartservice"       11 minutes ago   Up 11 minutes   7070/tcp                                  onlineboutique-cart-cart-1
76b0ad7db7ab   us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.4            "python email_server…"   11 minutes ago   Up 11 minutes   8080/tcp                                  onlineboutique-email-email-1
ab4333ea5ddc   us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.4         "/src/shippingservice"   11 minutes ago   Up 11 minutes   50051/tcp                                 onlineboutique-shipping-shipping-1
abb9e4d7a08c   us-central1-docker.pkg.dev/google-samples/microservices-demo/loadgenerator:v0.10.4           "/bin/sh -c 'locust …"   11 minutes ago   Up 11 minutes                                             onlineboutique-loadgenerator-loadgenerator-1
7fd43dcaa602   us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.4         "node server.js"         11 minutes ago   Up 11 minutes   7000/tcp                                  onlineboutique-currency-currency-1
44af9118d622   us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.4          "node index.js"          11 minutes ago   Up 11 minutes   50051/tcp                                 onlineboutique-payment-payment-1
af87fc58cabd   us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.4         "/src/checkoutservice"   11 minutes ago   Up 11 minutes   5050/tcp                                  onlineboutique-checkout-checkout-1
cfc9c2c6d2f4   us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.4   "/src/server"            11 minutes ago   Up 11 minutes   3550/tcp                                  onlineboutique-productcatalog-productcatalog-1
2a22f72e198e   us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.4   "python recommendati…"   11 minutes ago   Up 11 minutes   8080/tcp                                  onlineboutique-recommendation-recommendation-1
53755f72ab17   mirror.gcr.io/nginx:1-alpine                                                                 "/docker-entrypoint.…"   11 minutes ago   Up 11 minutes   0.0.0.0:8080->80/tcp, [::]:8080->80/tcp   onlineboutique-routing-CC0nnm-1
0296db72e0b2   mirror.gcr.io/redis:7-alpine                                                                 "redis-server /usr/l…"   11 minutes ago   Up 11 minutes   6379/tcp                                  onlineboutique-redis-FvUedW-1

Website deployed and available at:

curl $(score-compose resources get-outputs dns.default#frontend.dns --format '{{ .host }}:8080')

Signed-off-by: Mathieu Benoit <[email protected]>
Signed-off-by: Mathieu Benoit <[email protected]>
Signed-off-by: Mathieu Benoit <[email protected]>
@mathieu-benoit mathieu-benoit marked this pull request as draft January 3, 2026 18:24
Signed-off-by: Mathieu Benoit <[email protected]>
Signed-off-by: Mathieu Benoit <[email protected]>
@mathieu-benoit mathieu-benoit marked this pull request as ready for review January 4, 2026 00:21
@mathieu-benoit mathieu-benoit merged commit 3b1d5a2 into main Jan 4, 2026
2 checks passed
@mathieu-benoit mathieu-benoit deleted the samples/onlineboutique branch January 4, 2026 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants