Initial commit: all siklos docker-compose files

This commit is contained in:
2026-04-29 10:42:41 -05:00
commit c07e58865d
18 changed files with 488 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
# Optional: Allows Homarr to show container status/controls
- /var/run/docker.sock:/var/run/docker.sock
# Use relative paths (./) so the folder moves with the YAML file
- .homarr/appdata:/appdata
# - .homarr/icons:/app/apps/nextjs/public/images/apps
environment:
- SECRET_ENCRYPTION_KEY=d1478a30f89d49cfe0599c38dcf061672b3e24e519957a83a1122768002d0357
- BASE_URL=http://192.168.88.111:7575
- TZ=America/Chicago
- FORCE_HTTPS=false
- APP_URL=https://homarr.jgitta.com
ports:
- '7575:7575'