new docker-compose update

This commit is contained in:
Raika Furude 2025-12-04 20:44:42 -05:00
parent 67fa1d6288
commit 97edaa5d51
4 changed files with 982 additions and 279 deletions

View File

@ -8,7 +8,7 @@ services:
- "5173:5173"
- "5174:5174"
volumes:
- ./simulator/wristband_config.yaml:/app/simulator/wristband_config.yaml
- ./wristband_config.yaml:/app/simulator/wristband_config.yaml
- ./vitallink.db:/app/vitallink.db
environment:
- HOST_IP=192.168.65.227 # Pi's IP

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
> vite
VITE v7.1.10 ready in 107 ms
VITE v7.1.10 ready in 220 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose

View File

@ -4,7 +4,7 @@
Port 5173 is in use, trying another one...
VITE v7.1.10 ready in 110 ms
VITE v7.1.10 ready in 207 ms
➜ Local: http://localhost:5174/
➜ Network: use --host to expose