Fixes versions of pi-hole and gitea images
This commit is contained in:
parent
9df17d4627
commit
e83ffaa75a
@ -49,7 +49,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
MAILNAME: space.abhinavsarkar.net
|
MAILNAME: space.abhinavsarkar.net
|
||||||
pihole:
|
pihole:
|
||||||
image: diginc/pi-hole:latest
|
image: diginc/pi-hole:debian_v3.3.1
|
||||||
environment:
|
environment:
|
||||||
ServerIP: ${PH_SERVER_IP}
|
ServerIP: ${PH_SERVER_IP}
|
||||||
WEBPASSWORD: ${PH_PASSWORD}
|
WEBPASSWORD: ${PH_PASSWORD}
|
||||||
@ -64,7 +64,7 @@ services:
|
|||||||
- ./pihole-data/pihole:/etc/pihole
|
- ./pihole-data/pihole:/etc/pihole
|
||||||
- ./pihole-data/dnsmasq:/etc/dnsmasq.d
|
- ./pihole-data/dnsmasq:/etc/dnsmasq.d
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:latest
|
image: gitea/gitea:1.4.2
|
||||||
environment:
|
environment:
|
||||||
APP_NAME: "Code dot abhinavsarkar.net"
|
APP_NAME: "Code dot abhinavsarkar.net"
|
||||||
RUN_MODE: prod
|
RUN_MODE: prod
|
||||||
|
Loading…
Reference in New Issue
Block a user