mirror of
https://github.com/jarvis2f/vortex.git
synced 2024-11-16 03:32:41 +08:00
Add doc directory to .dockerignore and update image paths in README.md
This commit is contained in:
parent
f4c2c58dcf
commit
fdb025a33a
|
@ -20,7 +20,6 @@
|
|||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# local env files
|
||||
|
@ -41,3 +40,5 @@ npm-debug.log
|
|||
README.md
|
||||
.git
|
||||
.run
|
||||
|
||||
/doc
|
||||
|
|
14
README.md
14
README.md
|
@ -18,10 +18,10 @@ Vortex
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/jarvis2f/vortex/main/public/dashboard.png" alt="Vortex Dashboard" width="70%"/>
|
||||
<img src="https://raw.githubusercontent.com/jarvis2f/vortex/main/doc/dashboard.png" alt="Vortex Dashboard" width="90%"/>
|
||||
</p>
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/jarvis2f/vortex/main/public/server.png" alt="Vortex Umami" width="70%"/>
|
||||
<img src="https://raw.githubusercontent.com/jarvis2f/vortex/main/doc/server.png" alt="Vortex Umami" width="90%"/>
|
||||
</p>
|
||||
|
||||
# Installation
|
||||
|
@ -44,6 +44,16 @@ docker-compose up
|
|||
docker-compose -f docker-compose.umami.yml up
|
||||
```
|
||||
|
||||
### Backup and Restore PostgreSQL
|
||||
|
||||
```bash
|
||||
docker exec -t vortex-postgres pg_dump -U postgres --data-only vortex > dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql
|
||||
```
|
||||
|
||||
```bash
|
||||
cat dump.sql | docker exec -i vortex_postgres psql -U postgres -d vortex
|
||||
```
|
||||
|
||||
## Vercel
|
||||
|
||||
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fjarvis2f%2Fvortex)
|
||||
|
|
BIN
doc/dashboard.png
Normal file
BIN
doc/dashboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
BIN
doc/server.png
Normal file
BIN
doc/server.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 361 KiB |
Binary file not shown.
Before Width: | Height: | Size: 492 KiB |
Binary file not shown.
Before Width: | Height: | Size: 166 KiB |
Loading…
Reference in New Issue
Block a user