Skip to content

Commit 0d5b10e

Browse files
committed
badges added
1 parent a6b103e commit 0d5b10e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# 🔐 Universal Backend Setup
1+
# 🔐 Universal Backend
2+
3+
![Traefik](https://img.shields.io/badge/Proxy-Traefik-skyblue)
4+
![PostgreSQL](https://img.shields.io/badge/Database-PostgreSQL-blue)
5+
![Redis](https://img.shields.io/badge/Cache-Redis-red)
6+
![Website](https://img.shields.io/badge/Website-React%20App-blue)
27

38
This repository is a minimalistic setup for running your services with Docker Compose behind Traefik with autogenerated `https` certificates.
49

@@ -107,4 +112,4 @@ REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
107112

108113
While developing `API` and similar services for mobile apps, you can not really access `localhost` (on mobile device) if, let's say, you have running Docker image on you local machine. Also you have to make only `https` requests from mobile app.
109114

110-
Another reason was to have `PostgreSQL` and `Redis` always running in the cloud but for cheap cost. You can run both of them easily on less than $5 server.
115+
Another reason was to have `PostgreSQL` and `Redis` always running in the cloud but for cheap cost. You can run both of them easily on less than $5 server.

0 commit comments

Comments
 (0)