forked from kamba4/sunders
chore: Replaces port to allow testing on Windows agent
All checks were successful
Build (and tag) Images / build (push) Successful in 6m36s
All checks were successful
Build (and tag) Images / build (push) Successful in 6m36s
This commit is contained in:
parent
209f9105bd
commit
67bfaff4d6
2 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ To run Surveillance using docker, decide between development/testing or producti
|
||||||
|
|
||||||
2. Run `docker compose up` and wait for services to start up
|
2. Run `docker compose up` and wait for services to start up
|
||||||
|
|
||||||
3. Visit `http://localhost:8080/` in a browser; you should see an interactive OpenStreetMap
|
3. Visit `http://localhost:8081/` in a browser; you should see an interactive OpenStreetMap
|
||||||
|
|
||||||
_tbd.: Populate camera data_
|
_tbd.: Populate camera data_
|
||||||
|
|
||||||
|
|
@ -49,7 +49,7 @@ _tbd.: Populate camera data_
|
||||||
|
|
||||||
3. Run `docker compose up` and wait for services to start up
|
3. Run `docker compose up` and wait for services to start up
|
||||||
|
|
||||||
3. Visit `http://localhost:8080/` in a browser to open the web interface
|
3. Visit `http://localhost:8081/` in a browser to open the web interface
|
||||||
|
|
||||||
_tbd.: Populate camera data_
|
_tbd.: Populate camera data_
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ services:
|
||||||
DEFAULT_LANGUAGE: en
|
DEFAULT_LANGUAGE: en
|
||||||
IMPRESSUM_URL: https://hamburg.ccc.de/imprint/
|
IMPRESSUM_URL: https://hamburg.ccc.de/imprint/
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8081:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
data_handler:
|
data_handler:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue