chore(deps): update ghcr.io/linkwarden/linkwarden docker tag to v2 (#1552)

* chore(deps): update ghcr.io/linkwarden/linkwarden docker tag to v2

* Update app version [ready]

* Update docker-compose.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
Co-authored-by: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-14 17:21:05 -05:00 committed by GitHub
parent ccef5aacb2
commit 52d8795c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "linkwarden",
"tipi_version": 3,
"version": "1.2.5",
"tipi_version": 4,
"version": "2.2.1",
"categories": [
"data"
],
@ -36,5 +36,8 @@
"env_variable": "LINKWARDEN_NEXT_PUBLIC_DISABLE_REGISTRATION"
}
],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -2,12 +2,12 @@ version: "3.7"
services:
linkwarden:
image: ghcr.io/linkwarden/linkwarden:v1.2.5
image: ghcr.io/linkwarden/linkwarden:v2.2.1
container_name: linkwarden
environment:
- DATABASE_URL=postgresql://tipi:${LINKWARDEN_DB_PASSWORD}@linkwarden-db:5432/linkwarden
- NEXTAUTH_SECRET=${LINKWARDEN_NEXTAUTH_SECRET}
- NEXTAUTH_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
- NEXTAUTH_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}/api/v1/auth
- NEXT_PUBLIC_DISABLE_REGISTRATION=${LINKWARDEN_NEXT_PUBLIC_DISABLE_REGISTRATION}
restart: unless-stopped
volumes: