Change project to use latest images
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
init-permissions:
|
||||
image: alpine:3.21
|
||||
image: alpine:latest
|
||||
container_name: git-server-init-permissions
|
||||
restart: "no"
|
||||
environment:
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
chown -R 70:70 /postgres
|
||||
|
||||
db:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:alpine
|
||||
container_name: git-server-db
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
@@ -38,7 +38,7 @@ services:
|
||||
retries: 5
|
||||
|
||||
gitea:
|
||||
image: gitea/gitea:1.24-rootless
|
||||
image: gitea/gitea:latest-rootless
|
||||
container_name: git-server
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user