modified: README.md

modified:   docker-compose.yml
This commit is contained in:
2025-01-18 17:29:53 +00:00
parent c5920fc267
commit 8fa698bd76
2 changed files with 3 additions and 5 deletions

View File

@@ -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.

View File

@@ -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:
@@ -59,4 +58,4 @@ volumes:
networks: networks:
gitea: gitea:
wan_reverse_proxy_public: wan_reverse_proxy_public:
external: true external: true