Skip to content

Commit aebcbab

Browse files
committed
Update README.md
1 parent 21fcd6f commit aebcbab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [starters.dev](https://starters.dev) backend
1+
# https-backend
22

3-
This repo is used to configure a backend for https://starters.dev in the Cloud (DigitalOcean.com)
3+
This repository is a minimal setup for running your services with Docker (Compose) behind Traefik proxy and with autogenerated HTTPS certificates. That means if you have the `API` service (e.g. NodeJS app) and would like to make it available through `https://api.your-domain.com`, then you are at the right place.
44

55
## Quickstart
66

@@ -13,7 +13,7 @@ This repo is used to configure a backend for https://starters.dev in the Cloud (
1313
2. Clone this repo
1414

1515
```bash
16-
> git clone https://github.com/starters-dev/starters.dev-backend.git backend
16+
> git clone https://github.com/starters-dev/https-backend backend
1717
> cd backend
1818
```
1919

@@ -44,7 +44,7 @@ It will setup everything, including ACME (https certificates), and will run dock
4444

4545
---
4646

47-
If you'd like to add another service from [starters-dev](https://github.com/starters-dev), create a dedicated `docker-compose.your-service.yml` file and add it to `run/build.sh` and run:
47+
If you'd like to add your service or from [starters-dev](https://github.com/starters-dev), create a dedicated `docker-compose.your-service.yml` file and add it to `run/build.sh` and then run:
4848

4949
```bash
5050
> bash run/get-repo.sh <service-repo>

0 commit comments

Comments
 (0)