2 Commits

Author SHA1 Message Date
Renovate Bot
56bef7b03e Update gitea/gitea Docker tag to v1.23.3 2025-02-07 00:01:08 +00:00
9d1b4409a7 Use new Pocket ID image location 2025-02-06 08:58:45 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
services:
gitea:
container_name: gitea
image: gitea/gitea:1.23.2-rootless
image: gitea/gitea:1.23.3-rootless
restart: always
volumes:
- ${GITEA_DATA_LOCATION}:/var/lib/gitea

View File

@@ -1,6 +1,6 @@
services:
pocket-id:
image: stonith404/pocket-id:v0.28.0
image: ghcr.io/pocket-id/pocket-id:v0.29.0
restart: unless-stopped
env_file: .env
ports: