Update compose.yaml
This commit is contained in:
parent
6b3738033d
commit
1678882366
@ -6,7 +6,6 @@ services:
|
|||||||
network_mode: host
|
network_mode: host
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/Data/Apps/GadgetbridgeMqtt/Logs:/app/logs # Optional?
|
|
||||||
- /mnt/Data/Apps/*****/Gadgetbridge/Gadgetbridge.db:/data/Gadgetbridge.db:ro
|
- /mnt/Data/Apps/*****/Gadgetbridge/Gadgetbridge.db:/data/Gadgetbridge.db:ro
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin # Get from e.g. https://webbrowsertools.com/timezone/ -> Timezone info Table -> Timezone
|
- TZ=Europe/Berlin # Get from e.g. https://webbrowsertools.com/timezone/ -> Timezone info Table -> Timezone
|
||||||
@ -17,7 +16,6 @@ services:
|
|||||||
- GADGETBRIDGE_DB_PATH=/data/Gadgetbridge.db
|
- GADGETBRIDGE_DB_PATH=/data/Gadgetbridge.db
|
||||||
- PYTHONUNBUFFERED=1
|
- PYTHONUNBUFFERED=1
|
||||||
- PUBLISH_INTERVAL_SECONDS=300
|
- PUBLISH_INTERVAL_SECONDS=300
|
||||||
- DAY_END_TIME=5 # 5 AM
|
|
||||||
command: >
|
command: >
|
||||||
sh -c "
|
sh -c "
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user