mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-06-14 23:16:17 +02:00
gitea: bumped version to 1.17.0
This commit is contained in:
parent
65c05868ce
commit
ce909c0a30
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ version: '3.4'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
# Latest contains a development version
|
# Latest contains a development version
|
||||||
image: 'gitea/gitea:1.16.8'
|
image: 'gitea/gitea:1.17.0'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
mode: 'replicated'
|
mode: 'replicated'
|
||||||
|
|
@ -31,7 +31,7 @@ services:
|
||||||
- '/etc/localtime:/etc/localtime:ro'
|
- '/etc/localtime:/etc/localtime:ro'
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: 'postgres:14.3-alpine'
|
image: 'postgres:14.4-alpine'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
mode: 'replicated'
|
mode: 'replicated'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue