Upgrades pihole, gitea and matomo versions

master
Abhinav Sarkar 2018-12-26 09:51:43 +00:00
parent 81aa4e012f
commit da57200883
1 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ services:
MAILNAME: space.abhinavsarkar.net MAILNAME: space.abhinavsarkar.net
pihole: pihole:
image: pihole/pihole:4.0.0-1 image: pihole/pihole:4.1
environment: environment:
ServerIP: ${PH_SERVER_IP} ServerIP: ${PH_SERVER_IP}
WEBPASSWORD: ${PH_PASSWORD} WEBPASSWORD: ${PH_PASSWORD}
@ -81,7 +81,7 @@ services:
- ./pihole-data/dnsmasq:/etc/dnsmasq.d - ./pihole-data/dnsmasq:/etc/dnsmasq.d
gitea: gitea:
image: gitea/gitea:1.5 image: gitea/gitea:1.6
environment: environment:
APP_NAME: "Code dot abhinavsarkar.net" APP_NAME: "Code dot abhinavsarkar.net"
RUN_MODE: prod RUN_MODE: prod
@ -115,7 +115,7 @@ services:
- .:/opt/space - .:/opt/space
matomo: matomo:
image: matomo:3.6-fpm image: matomo:3.7-fpm
volumes: volumes:
- ./matomo-config:/var/www/html/config - ./matomo-config:/var/www/html/config
- matomo:/var/www/html - matomo:/var/www/html