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)
|
||||
|
||||
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)
|
||||
- [Setup](#setup)
|
||||
@@ -27,7 +26,7 @@ Using [gitea](https://git.limbosolutions.com/kb/gitea) and [duplicati](https://g
|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@ services:
|
||||
- db:/bck/db:ro
|
||||
- db-dumps:/bck/db-dumps
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
duplicati-data:
|
||||
data:
|
||||
@@ -59,4 +58,4 @@ volumes:
|
||||
networks:
|
||||
gitea:
|
||||
wan_reverse_proxy_public:
|
||||
external: true
|
||||
external: true
|
||||
Reference in New Issue
Block a user