modified: README.md
modified: docker-compose.yml
This commit is contained in:
@@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
Welcome to public repository of my [Git Server](https://git.limbosolutions.com)
|
Welcome to public repository of my [Git Server](https://git.limbosolutions.com)
|
||||||
|
|
||||||
Using [gitea](https://git.limbosolutions.com/kb/gitea) and [duplicati](https://git.limbosolutions.com/kb/duplicati) for backups.
|
Using [gitea](https://git.limbosolutions.com/kb/gitea) as git server and [duplicati](https://git.limbosolutions.com/kb/duplicati) for backups.
|
||||||
|
|
||||||
|
|
||||||
- [Requirements](#requirements)
|
- [Requirements](#requirements)
|
||||||
- [Setup](#setup)
|
- [Setup](#setup)
|
||||||
@@ -27,7 +26,7 @@ Using [gitea](https://git.limbosolutions.com/kb/gitea) and [duplicati](https://g
|
|||||||
|
|
||||||
## Backup and Restore
|
## Backup and Restore
|
||||||
|
|
||||||
Using [custom duplicati image](https://git.limbosolutions.com/kb/duplicati) to daily backups files and databases and custom logs.
|
Using [custom duplicati image](https://git.limbosolutions.com/kb/duplicati) to daily backups files and database with custom logs for grafana.
|
||||||
|
|
||||||
Docker Log.
|
Docker Log.
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,6 @@ services:
|
|||||||
- db:/bck/db:ro
|
- db:/bck/db:ro
|
||||||
- db-dumps:/bck/db-dumps
|
- db-dumps:/bck/db-dumps
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
duplicati-data:
|
duplicati-data:
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user