update to version 1.18

This commit is contained in:
2023-02-25 23:16:54 +00:00
parent 81efcaa68d
commit aab56885b1
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# git.limbosolutions.com # git.limbosolutions.com
Welcome to public repository of my [Git Server](https://git.limbosolutions.com) Welcome to public repository of my [Git Server](https://git.limbosolutions.com)
## Setup ## Setup
@@ -8,12 +8,12 @@ Setup assumes no access to the host except through Portainer.
This demonstrates that access to docker is the only real requirement to host git.limbosolutions.com This demonstrates that access to docker is the only real requirement to host git.limbosolutions.com
_[Docker Compose File](../docker/docker-compose.yaml)_ _[Docker Compose File](./docker/docker-compose.yaml)_
### Requirements ### Requirements
- Docker - Docker
_Currently hosted on an ubuntu lxc container with docker and portainer [+ information](https://git.limbosolutions.com/marcio.fernandes/wansrv01.dev.lan/src/branch/main/README.md)._ _Currently hosted on an ubuntu lxc container with docker and portainer [+ information](https://git.limbosolutions.com/kb/lxc)._
- [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)

View File

@@ -1,7 +1,7 @@
version: "3" version: "3"
services: services:
app: app:
image: gitea/gitea:1.17 image: gitea/gitea:1.18
environment: environment:
- GITEA__database__DB_TYPE=mysql - GITEA__database__DB_TYPE=mysql
- GITEA__database__HOST=db:3306 - GITEA__database__HOST=db:3306