mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 09:35:47 +02:00
Bumped gitea version
This commit is contained in:
parent
4523fb6532
commit
0e26ffc33c
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ version: '3.4'
|
|||
services:
|
||||
app:
|
||||
# Latest contains a development version
|
||||
image: 'gitea/gitea:1.15.8'
|
||||
image: 'gitea/gitea:1.16.1'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
|
@ -31,7 +31,7 @@ services:
|
|||
- '/etc/localtime:/etc/localtime:ro'
|
||||
|
||||
db:
|
||||
image: 'postgres:14.1-alpine'
|
||||
image: 'postgres:14.2-alpine'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
|
@ -41,7 +41,7 @@ services:
|
|||
- 'node.labels.class==gitea'
|
||||
|
||||
healthcheck:
|
||||
test: pg_isready
|
||||
test: pg_isready -U gitea
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue