Primera part

This commit is contained in:
Guillem Hernandez Sola
2026-06-30 12:13:19 +02:00
parent 8d62044321
commit bebb2969f8
5 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# /opt/stacks/homepage/docker-compose.yml
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
restart: unless-stopped
ports:
- "127.0.0.1:3000:3000"
volumes:
- ./data/homepage:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
- /etc/localtime:/etc/localtime:ro
environment:
- TZ=${TZ}
networks:
- shared_net
networks:
shared_net:
external: true
name: shared_net