diff --git a/forgejo/compose.sh b/forgejo/compose.sh index 8ee11f5..566fda9 100755 --- a/forgejo/compose.sh +++ b/forgejo/compose.sh @@ -24,7 +24,6 @@ podman create \ --name=forgejo_forgejo \ --volume=./data/forgejo:/data:Z \ -e 'GITEA_APP_INI=/data/gitea/conf/app.ini' \ - -e 'GITEA_TEMP=/data/gitea/tmp' \ -e 'GITEA_CUSTOM=/data/gitea' \ -e 'GITEA_WORK_DIR=/app/gitea/gitea' \ -e 'GITEA__database__DB_TYPE=postgres' \ @@ -32,6 +31,6 @@ podman create \ -e 'GITEA__database__NAME=forgejo' \ -e 'GITEA__database__USER=forgejouser' \ --env-file=forgejo.env \ - codeberg.org/forgejo/forgejo:1.20.4-1-rootless + codeberg.org/forgejo/forgejo:1.21.3-0-rootless -# -e 'GITEA__database__PASSWD=YOUR_DB_PASSWORD' \ \ No newline at end of file +# -e 'GITEA__database__PASSWD=YOUR_DB_PASSWORD' \ diff --git a/synapse/compose.sh b/synapse/compose.sh index a25216f..460e958 100755 --- a/synapse/compose.sh +++ b/synapse/compose.sh @@ -7,7 +7,7 @@ podman create \ --pod=synapse \ --name=synapse_synapse \ --volume=./data/synapse:/data:Z \ - docker.io/matrixdotorg/synapse:v1.93.0 + docker.io/matrixdotorg/synapse:v1.98.0 podman create \ diff --git a/syncthing-relaysrv/compose.sh b/syncthing-relaysrv/compose.sh index 8845e58..d8ffa8c 100755 --- a/syncthing-relaysrv/compose.sh +++ b/syncthing-relaysrv/compose.sh @@ -10,7 +10,7 @@ podman create \ --pod syncthing-relaysrv \ --name strelay \ --volume=./data/:/var/strelaysrv/:Z \ - docker.io/syncthing/relaysrv:1.25.0 \ + docker.io/syncthing/relaysrv:1.27.0 \ -pools="" \ -status-srv="" \ -token="$(cat ./token.txt)" \ diff --git a/syncthing/compose.sh b/syncthing/compose.sh index 7fff1d4..3f1fe2e 100755 --- a/syncthing/compose.sh +++ b/syncthing/compose.sh @@ -16,4 +16,4 @@ podman create \ --pod syncthing \ --name client \ --volume=./data/:/var/syncthing/:Z \ - docker.io/syncthing/syncthing:1.25.0 + docker.io/syncthing/syncthing:1.27