mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
bump postgresql image version
This commit is contained in:
parent
eee145d53a
commit
0cea5b51a0
@ -11,7 +11,7 @@ services:
|
||||
|
||||
postgresql:
|
||||
restart: always
|
||||
image: sameersbn/postgresql:9.4-23
|
||||
image: sameersbn/postgresql:9.4-24
|
||||
volumes:
|
||||
- /srv/docker/gitlab/postgresql:/var/lib/postgresql:Z
|
||||
environment:
|
||||
|
||||
@ -85,7 +85,7 @@ services:
|
||||
- ./redis:/var/lib/redis:Z
|
||||
postgresql:
|
||||
restart: always
|
||||
image: sameersbn/postgresql:9.4-23
|
||||
image: sameersbn/postgresql:9.4-24
|
||||
volumes:
|
||||
- ./postgresql:/var/lib/postgresql:Z
|
||||
environment:
|
||||
|
||||
@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: postgresql
|
||||
image: sameersbn/postgresql:9.4-23
|
||||
image: sameersbn/postgresql:9.4-24
|
||||
env:
|
||||
- name: DB_USER
|
||||
value: gitlab
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user