Update docs
This commit is contained in:
34
README.md
34
README.md
@ -1 +1,35 @@
|
|||||||
# Komponiranje
|
# Komponiranje
|
||||||
|
|
||||||
|
## How to run
|
||||||
|
|
||||||
|
Clone repository
|
||||||
|
```
|
||||||
|
git clone https://gitea.ekirin.com/Intis/prezentacija-komponiranje.git
|
||||||
|
cd prezentacija-komponiranje
|
||||||
|
```
|
||||||
|
|
||||||
|
Start docker compose with all containers:
|
||||||
|
```
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Wait until docker images are built and containers starts.
|
||||||
|
|
||||||
|
Browse to [Local frontend application](http://localhost:8080)
|
||||||
|
|
||||||
|
List running containers:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker compose ps
|
||||||
|
```
|
||||||
|
|
||||||
|
Attach to docker compose output:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker compose logs -f
|
||||||
|
```
|
||||||
|
|
||||||
|
Stop running containers:
|
||||||
|
```
|
||||||
|
docker compose down
|
||||||
|
```
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user