Skip to content

Commit 1445afe

Browse files
committed
docs: README with CI-CD badges
1 parent e055976 commit 1445afe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# docker-rust-postgres
22

3-
A simple Rust server/microservice example for [Docker's Rust Language Guide](https://docs.docker.com/language/rust/).
3+
[![CI](https://github.com/grthomson/docker-rust-postgres/actions/workflows/main.yaml/badge.svg?branch=main)](https://github.com/grthomson/docker-rust-postgres/actions/workflows/main.yaml)
4+
[![Docker Pulls](https://img.shields.io/docker/pulls/grthomson/docker-rust-postgres.svg)](https://hub.docker.com/r/grthomson/docker-rust-postgres)
5+
[![Image Size](https://img.shields.io/docker/image-size/grthomson/docker-rust-postgres/latest)](https://hub.docker.com/r/grthomson/docker-rust-postgres/tags)
6+
7+
Minimal Rust + PostgreSQL microservice using Actix Web. Containerised with Docker; includes Docker Compose and CI to Docker Hub.

0 commit comments

Comments
 (0)