mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-28 19:03:40 +01:00
13 lines
380 B
Markdown
13 lines
380 B
Markdown
# GCR Hello App Redis
|
|
|
|
A 6-node redis cluster using [Bitnami](https://github.com/bitnami/bitnami-docker-redis-cluster)
|
|
with a [simple hit counter](https://github.com/GoogleCloudPlatform/kubernetes-engine-samples/tree/main/hello-app-redis) that persists on that redis cluster
|
|
|
|
```
|
|
podman-compose up
|
|
```
|
|
|
|
then open your browser on [http://localhost:8080/](http://localhost:8080/)
|
|
|
|
|