Update versions for Gitea
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
gitea_db:
|
gitea_db:
|
||||||
container_name: gitea_db
|
container_name: gitea_db
|
||||||
image: docker.io/library/postgres:17.5
|
image: docker.io/library/postgres:17.6
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${POSTGRES_USER}
|
- POSTGRES_USER=${POSTGRES_USER}
|
||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
image: docker.io/gitea/gitea:1.24.3-rootless
|
image: docker.io/gitea/gitea:1.24.6-rootless
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
gitea_db:
|
gitea_db:
|
||||||
|
|||||||
Reference in New Issue
Block a user