add: homarr initial committ
This commit is contained in:
1
obsidian-logic/homarr/homar.env
Normal file
1
obsidian-logic/homarr/homar.env
Normal file
@@ -0,0 +1 @@
|
||||
SECRET_ENCRYPTION_KEY=
|
||||
33
obsidian-logic/homarr/homarr.yml
Normal file
33
obsidian-logic/homarr/homarr.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
|
||||
# Homarr
|
||||
# A self-hosted web dashboard
|
||||
# Created by Thomas Camlong
|
||||
# ↳ https://github.com/homarr-labs/homarr
|
||||
|
||||
services:
|
||||
homarr:
|
||||
image: ghcr.io/homarr-labs/homarr:latest
|
||||
container_name: homarr
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
- proxy
|
||||
# ports:
|
||||
# - 7575:7575
|
||||
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
SECRET_ENCRYPTION_KEY: ${SECRET_ENCRYPTION_KEY}
|
||||
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /home/fxequals/docker/homarr/data:/appdata
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
# Documentation available at https://homarr.dev/docs
|
||||
Reference in New Issue
Block a user