docs: Adds instructions about dev override

chore: Applies docker naming convention to files
This commit is contained in:
Vincent Mahnke 2025-11-01 21:23:38 +01:00
commit adab9b3175
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469
3 changed files with 15 additions and 76 deletions

View file

@ -34,12 +34,10 @@ To run Surveillance using docker, decide between development/testing or producti
1. Clone this repository
2. Run `docker compose up` and wait for services to start up
2. Run `docker compose -f docker-compose.yml -f docker-compose.dev.yml up` and wait for services to start up
3. Visit `http://localhost:8080/` in a browser; you should see an interactive OpenStreetMap
_tbd.: Populate camera data_
### Production
1. Close this repository
@ -50,7 +48,7 @@ _tbd.: Populate camera data_
3. Visit `http://localhost:8080/` in a browser to open the web interface
_tbd.: Populate camera data_
4.
## Surveillance nodes