Skip to content

Commit a0fd679

Browse files
committed
Improve README
1 parent 090d3fe commit a0fd679

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,14 @@ For each release, a Docker image is built and published in the [Github package r
392392
393393
### Release images
394394
395-
Each release builds and tags an image. Example:
395+
Each release builds and tags two images: one for the standard build (no reverse-proxy) and one for the standalone build (including Caddy as a reverse-proxy). Example:
396396
397397
```
398-
docker pull ghcr.io/tchapi/davis:v3.1.0
398+
docker pull ghcr.io/tchapi/davis:v4.4.0
399+
```
400+
401+
```
402+
docker pull ghcr.io/tchapi/davis-standalone:v4.4.0
399403
```
400404
401405
### Edge image
@@ -412,23 +416,15 @@ docker pull ghcr.io/tchapi/davis:edge
412416
413417
## Full stack
414418
415-
A `docker-compose.yml` file is also included (in the `docker` folder) as a minimal example setup with a MariaDB database and Nginx as a reverse proxy.
419+
A few `docker-compose.yml` files are also included (in the `docker` folder) as minimal example setups, with various databases for instance.
416420
417421
You can start the containers with :
418422
419423
cd docker && docker-compose up -d
420424
421425
> [!NOTE]
422426
>
423-
> The recipe above uses MariaDB but you can also use PostgreSQL with:
424-
> ```
425-
> cd docker && docker-compose -f docker-compose-postgresql.yml up -d
426-
> ```
427-
>
428-
> Or SQLite with:
429-
> ```
430-
> cd docker && docker-compose -f docker-compose-sqlite.yml up -d
431-
> ```
427+
> The default recipe above uses MariaDB.
432428
433429
> [!IMPORTANT]
434430
>

0 commit comments

Comments
 (0)