1
0

Added goaccess, uptime-kuma, wordpress, privatebin and homepage

This commit is contained in:
2025-07-12 16:12:24 -04:00
parent d410ff691a
commit 162ef08ee2
5 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
restart: unless-stopped
networks:
- proxy
# ports:
# - 3000:3000
#environment:
# PUID: 1000
# PGID: 1000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /home/fxequals/docker/homepage/config:/app/config
- /home/fxequals/docker/homepage/images:/app/public/images
networks:
proxy:
external: true
# Documentation available at https://gethomepage.dev/