mirror of
https://github.com/runyanjake/olomana.git
synced 2026-06-25 08:04:52 -07:00
Update start script
This commit is contained in:
parent
4bd7f526e0
commit
72804b0039
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user