prep for cdi-cd
This commit is contained in:
@@ -4,7 +4,6 @@ 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) and [duplicati](https://git.limbosolutions.com/kb/duplicati) for backups.
|
||||||
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Docker
|
- Docker
|
||||||
@@ -12,7 +11,6 @@ Using [gitea](https://git.limbosolutions.com/kb/gitea) and [duplicati](https://g
|
|||||||
- Portainer (optional)
|
- Portainer (optional)
|
||||||
- [Duplicati Image with mySql client](https://git.limbosolutions.com/kb/duplicati/src/branch/main/docker/mysqlclient/README.md)
|
- [Duplicati Image with mySql client](https://git.limbosolutions.com/kb/duplicati/src/branch/main/docker/mysqlclient/README.md)
|
||||||
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
[Docker Compose File](docker-compose.yaml)
|
[Docker Compose File](docker-compose.yaml)
|
||||||
@@ -58,7 +56,6 @@ Template : debian-12-turnkey-core_18.1-1_amd64.tar.gz
|
|||||||
- Unprivileged contrainer - Yes
|
- Unprivileged contrainer - Yes
|
||||||
- Nesting -Yes
|
- Nesting -Yes
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# setup new lxc container with docker
|
# setup new lxc container with docker
|
||||||
|
|
||||||
@@ -68,7 +65,6 @@ curl -fsSL https://get.docker.com -o get-docker.sh
|
|||||||
sh ./get-docker.sh
|
sh ./get-docker.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### act tunner
|
### act tunner
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -111,4 +107,4 @@ setup
|
|||||||
```bash
|
```bash
|
||||||
chmod +x setup-act-runners.sh
|
chmod +x setup-act-runners.sh
|
||||||
./setup-act-runners.sh
|
./setup-act-runners.sh
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ services:
|
|||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- db-dumps:/db-dumps:ro
|
- db-dumps:/db-dumps:ro
|
||||||
duplicati:
|
duplicati:
|
||||||
image: duplicati-mysqlclient #https://git.limbosolutions.com/kb/duplicati/src/branch/main/docker/mysqlclient
|
image: git.limbosolutions.com/kb/duplicati:mysql-latest
|
||||||
container_name: git_limbosolutions_com-duplicati
|
container_name: git_limbosolutions_com-duplicati
|
||||||
networks:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
@@ -51,6 +51,7 @@ services:
|
|||||||
- db-dumps:/bck/db-dumps
|
- db-dumps:/bck/db-dumps
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
||||||
duplicati-data:
|
duplicati-data:
|
||||||
data:
|
data:
|
||||||
db:
|
db:
|
||||||
Reference in New Issue
Block a user