mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 00:03:16 +01:00
Merge pull request #196 from ChristianLempa:homepage
homepage docker compose template
This commit is contained in:
commit
666d217c2f
17
docker-compose/homepage/docker-compose.yaml
Normal file
17
docker-compose/homepage/docker-compose.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage::v0.8.9
|
||||
container_name: homepage
|
||||
environment:
|
||||
- LOG_LEVEL=info
|
||||
# (Optional) Run as a specific user
|
||||
# PUID: $PUID
|
||||
# PGID: $PGID
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- /path/to/config:/app/config
|
||||
# (Optional) For local Docker integration
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user