Upgrades pihole, matomo and gitea

master
Abhinav Sarkar 2019-06-09 14:12:41 +00:00
parent cf53e94914
commit fcbdc7fde6
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.2.2 image: pihole/pihole:4.3.1
environment: environment:
ServerIP: ${PH_SERVER_IP} ServerIP: ${PH_SERVER_IP}
WEBPASSWORD: ${PH_PASSWORD} WEBPASSWORD: ${PH_PASSWORD}
@ -85,7 +85,7 @@ services:
- 1.1.1.1 - 1.1.1.1
gitea: gitea:
image: gitea/gitea:1.7 image: gitea/gitea:1.8
environment: environment:
APP_NAME: "Code dot abhinavsarkar.net" APP_NAME: "Code dot abhinavsarkar.net"
RUN_MODE: prod RUN_MODE: prod
@ -119,7 +119,7 @@ services:
- .:/opt/space - .:/opt/space
matomo: matomo:
image: matomo:3.8-fpm image: matomo:3.9-fpm
volumes: volumes:
- ./matomo-config:/var/www/html/config - ./matomo-config:/var/www/html/config
- matomo:/var/www/html - matomo:/var/www/html