Compare commits
No commits in common. "cdd825916a92e5eeeb7f0b8d1e89b9429f84d837" and "e907a77e90b1f0ed3699476986e28ca8ea64dae6" have entirely different histories.
cdd825916a
...
e907a77e90
17 changed files with 5 additions and 21 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -2,23 +2,10 @@
|
|||
/*
|
||||
!/*/
|
||||
|
||||
# Keep the Containers folder
|
||||
!/Containers/
|
||||
# Ignore everything in immediate subdirectories
|
||||
/*/*
|
||||
!/*/compose.yml*
|
||||
|
||||
# Ignore everything inside Containers/*
|
||||
/Containers/*/*
|
||||
!/Containers/*/compose.yml*
|
||||
|
||||
# Some (safe) configs files
|
||||
!/Containers/Navidrome/data/
|
||||
/Containers/Navidrome/data/*
|
||||
!/Containers/Navidrome/data/navidrome.toml
|
||||
|
||||
# Scripts
|
||||
!/Scripts/*
|
||||
|
||||
|
||||
# Keep utility files in root
|
||||
!.gitignore
|
||||
!start_all.sh
|
||||
!stop_all.sh
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[scanner]
|
||||
PurgeMissing = "always"
|
|
@ -1 +0,0 @@
|
|||
Pas encore utilisé
|
|
@ -1,3 +1,3 @@
|
|||
for d in Containers/*/ ; do
|
||||
for d in */ ; do
|
||||
docker compose -f "$d/compose.yml" up -d
|
||||
done
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
for d in Containers/*/ ; do
|
||||
for d in */ ; do
|
||||
docker compose -f "$d/compose.yml" down
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue