Update start script

This commit is contained in:
Jake Runyan 2026-04-17 16:01:36 -07:00
parent 4bd7f526e0
commit 72804b0039

View File

@ -2,17 +2,17 @@
# List of container paths to start # List of container paths to start
declare -a CONTAINERS=( declare -a CONTAINERS=(
"home/homeassistant"
"media/immich" "media/immich"
"media/plex" "media/plex"
"media/transmission" "media/transmission"
"misc/homepage" "misc/homepage"
"productivity/code-server" "smarthome/homeassistant"
"productivity/excalidraw" "software-development/design/excalidraw"
"productivity/planka" "software-development/project-management/planka"
"software-development/gitea" "software-development/documentation/code-server"
"software-development/grafana" "software-development/infrastructure/gitea"
"software-development/traefik" "software-development/infrastructure/grafana"
"software-development/infrastructure/traefik"
) )
# Start all containers in one call to start-containers.sh # Start all containers in one call to start-containers.sh