Upgrades postgres and gitea
This commit is contained in:
parent
f71018b740
commit
a38ba9d5a5
@ -26,7 +26,7 @@ services:
|
||||
- ./wallabag/images:/var/www/wallabag/web/assets/images
|
||||
|
||||
db:
|
||||
image: postgres:10.4
|
||||
image: postgres:10.5
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_PASSWORD: ${PG_PASSWORD}
|
||||
@ -80,7 +80,7 @@ services:
|
||||
- ./pihole-data/dnsmasq:/etc/dnsmasq.d
|
||||
|
||||
gitea:
|
||||
image: gitea/gitea:1.4
|
||||
image: gitea/gitea:1.5
|
||||
environment:
|
||||
APP_NAME: "Code dot abhinavsarkar.net"
|
||||
RUN_MODE: prod
|
||||
|
Loading…
Reference in New Issue
Block a user