homarr
This commit is contained in:
parent
dab08db462
commit
50eab277c8
|
|
@ -78,7 +78,7 @@ apps.aggtaa.com {
|
|||
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
|
||||
}
|
||||
|
||||
reverse_proxy heimdall:80
|
||||
reverse_proxy homarr:7575
|
||||
log {
|
||||
output file /var/log/caddy/apps.aggtaa.com.log
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
homarr:
|
||||
image: ghcr.io/homarr-labs/homarr:latest
|
||||
container_name: homarr
|
||||
restart: always
|
||||
volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
- /docker/data/homarr/appdata:/appdata
|
||||
environment:
|
||||
- SECRET_ENCRYPTION_KEY=E32AF9F61D8246249FA65D8F0DB91F6999CA09B0C9B21DC4284ABDBF44F5E9DD
|
||||
networks:
|
||||
- caddy_default
|
||||
networks:
|
||||
caddy_default:
|
||||
external: true
|
||||
Loading…
Reference in New Issue