Updates wallabag, pihole, matomo and ghost

master
Abhinav Sarkar 2021-01-17 15:00:39 +05:30
parent 749c136410
commit d65a169d9e
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ volumes:
photothumbs: photothumbs:
services: services:
wallabag: wallabag:
image: wallabag/wallabag image: wallabag/wallabag:2.3.8
environment: environment:
- POSTGRES_PASSWORD=${PG_PASSWORD} - POSTGRES_PASSWORD=${PG_PASSWORD}
- POSTGRES_USER=postgres - POSTGRES_USER=postgres
@ -65,7 +65,7 @@ services:
MAILNAME: space.abhinavsarkar.net MAILNAME: space.abhinavsarkar.net
pihole: pihole:
image: pihole/pihole:v5.0 image: pihole/pihole:v5.1.2
environment: environment:
ServerIP: ${PH_SERVER_IP} ServerIP: ${PH_SERVER_IP}
WEBPASSWORD: ${PH_PASSWORD} WEBPASSWORD: ${PH_PASSWORD}
@ -120,7 +120,7 @@ services:
- .:/opt/space - .:/opt/space
matomo: matomo:
image: matomo:3.13-fpm image: matomo:4.1-fpm
volumes: volumes:
- ./matomo-config:/var/www/html/config - ./matomo-config:/var/www/html/config
- matomo:/var/www/html - matomo:/var/www/html
@ -158,7 +158,7 @@ services:
- DRONE_SECRET=${DRONE_SECRET} - DRONE_SECRET=${DRONE_SECRET}
arpita_site: arpita_site:
image: ghost:3.21.0-alpine image: ghost:3.36.0-alpine
restart: always restart: always
volumes: volumes:
- ./ghost/arpita_site:/var/lib/ghost/content - ./ghost/arpita_site:/var/lib/ghost/content