bump various versions and fix bugs

This commit is contained in:
Fl1tzi 2024-01-11 16:40:04 +01:00
parent e0fe3c9e2f
commit 6afc95a786
4 changed files with 5 additions and 6 deletions

View file

@ -24,7 +24,6 @@ podman create \
--name=forgejo_forgejo \ --name=forgejo_forgejo \
--volume=./data/forgejo:/data:Z \ --volume=./data/forgejo:/data:Z \
-e 'GITEA_APP_INI=/data/gitea/conf/app.ini' \ -e 'GITEA_APP_INI=/data/gitea/conf/app.ini' \
-e 'GITEA_TEMP=/data/gitea/tmp' \
-e 'GITEA_CUSTOM=/data/gitea' \ -e 'GITEA_CUSTOM=/data/gitea' \
-e 'GITEA_WORK_DIR=/app/gitea/gitea' \ -e 'GITEA_WORK_DIR=/app/gitea/gitea' \
-e 'GITEA__database__DB_TYPE=postgres' \ -e 'GITEA__database__DB_TYPE=postgres' \
@ -32,6 +31,6 @@ podman create \
-e 'GITEA__database__NAME=forgejo' \ -e 'GITEA__database__NAME=forgejo' \
-e 'GITEA__database__USER=forgejouser' \ -e 'GITEA__database__USER=forgejouser' \
--env-file=forgejo.env \ --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' \ # -e 'GITEA__database__PASSWD=YOUR_DB_PASSWORD' \

View file

@ -7,7 +7,7 @@ podman create \
--pod=synapse \ --pod=synapse \
--name=synapse_synapse \ --name=synapse_synapse \
--volume=./data/synapse:/data:Z \ --volume=./data/synapse:/data:Z \
docker.io/matrixdotorg/synapse:v1.93.0 docker.io/matrixdotorg/synapse:v1.98.0
podman create \ podman create \

View file

@ -10,7 +10,7 @@ podman create \
--pod syncthing-relaysrv \ --pod syncthing-relaysrv \
--name strelay \ --name strelay \
--volume=./data/:/var/strelaysrv/:Z \ --volume=./data/:/var/strelaysrv/:Z \
docker.io/syncthing/relaysrv:1.25.0 \ docker.io/syncthing/relaysrv:1.27.0 \
-pools="" \ -pools="" \
-status-srv="" \ -status-srv="" \
-token="$(cat ./token.txt)" \ -token="$(cat ./token.txt)" \

View file

@ -16,4 +16,4 @@ podman create \
--pod syncthing \ --pod syncthing \
--name client \ --name client \
--volume=./data/:/var/syncthing/:Z \ --volume=./data/:/var/syncthing/:Z \
docker.io/syncthing/syncthing:1.25.0 docker.io/syncthing/syncthing:1.27