mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -1,14 +1,28 @@
|
||||
version: "3.3"
|
||||
---
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
# environment:
|
||||
# PUID: 1000
|
||||
# PGID: 1000
|
||||
ports:
|
||||
- 3003:3000
|
||||
volumes:
|
||||
- /share/docker_data/homepage/config:/app/config # Make sure your local config directory exists
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
|
||||
restart: unless-stopped
|
||||
- /share/docker_data/homepage/images:/app/public/images
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: Europe/Bratislava
|
||||
dns:
|
||||
- 192.168.78.254
|
||||
# network_mode: host
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
networks:
|
||||
- pihole_pihole
|
||||
|
||||
networks:
|
||||
pihole_pihole:
|
||||
external: true
|
Reference in New Issue
Block a user