added homarr
This commit is contained in:
22
homarr/docker-compose.yaml
Normal file
22
homarr/docker-compose.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
homarr:
|
||||
container_name: homarr
|
||||
image: ghcr.io/homarr-labs/homarr:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
|
||||
- homarr_data:/appdata
|
||||
environment:
|
||||
- SECRET_ENCRYPTION_KEY=ec6edc9aea69ce16348647a351290f8b62b0596805f27f75141460639caceea7
|
||||
ports:
|
||||
- '7575:7575'
|
||||
networks:
|
||||
- haven_internal
|
||||
networks:
|
||||
haven_internal:
|
||||
name: haven_internal
|
||||
external: true
|
||||
volumes:
|
||||
homarr_data:
|
||||
name: homarr_data
|
||||
external: true
|
||||
Reference in New Issue
Block a user