This commit is contained in:
Greg Johnson
2025-08-05 17:01:59 +10:00
parent 1be118413e
commit 684828e465
3 changed files with 5 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ services:
volumes:
- homebridge:/homebridge
# make UI updates persistent
- homebridge_opt:/opt
# - homebridge_opt:/opt
- ./server/plugins:/tmp/plugins
depends_on:
- cgate
@@ -46,4 +46,4 @@ volumes:
cgate_tag:
cgate_logs:
homebridge:
homebridge_opt:
# homebridge_opt:

View File

@@ -9,8 +9,7 @@ services:
# use 10445 is there are conflicts with macOS system samba server
# but then will have to specifically add :10465 to any server spec
# for time machone to find
# - 10445:445
- 465:465
- 10445:445
environment:
USER: timemachine
PASS: Collictai1

5
up
View File

@@ -10,9 +10,8 @@ up() {
DIR=$1
shift;
docker compose -f $DIR/docker-compose.yml build --pull
# docker compose -f $1/docker-compose.yml up -d --force-recreate
# docker compose --remove-orphans --progress=plain -f $DIR/docker-compose.yml up -d
docker compose -f $DIR/docker-compose.yml up -d
docker compose -f $DIR/docker-compose.yml up -d --force-recreate
# docker compose -f $DIR/docker-compose.yml up -d
}
if [ $1 ]