update to version 1.18
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user