Skip to content

Commit 5832257

Browse files
committed
chore: docker compose
1 parent 4e9d5ce commit 5832257

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docker-init/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
This directory holds code to setup docker containers for dynamoDB, a spark master, and a spark worker. It also creates a container which contains a parquet table with example data containing anomolies. To start, run:
44

5+
> [!NOTE]
6+
> Make sure you have `docker>=20.10` installed.
7+
8+
59
```
610
$ cd chronon
7-
$ docker-compose -f docker-init/compose.yaml up --build
11+
$ docker compose -f docker-init/compose.yaml up --build
812
...
913
app-1 | [info] 2024-09-30 20:47:56,448 [main] INFO play.api.Play - Application started (Prod) (no global state)
1014
app-1 | [info] 2024-09-30 20:47:56,665 [main] INFO play.core.server.PekkoHttpServer - Listening for HTTP on /[0:0:0:0:0:0:0:0]:9000
@@ -16,6 +20,6 @@ The **frontend** is served at: http://localhost:3000
1620

1721
You can also access the parquet anomaly data table. To do so, from another terminal run:
1822

19-
`docker-compose exec app bash`
23+
`docker compose exec app bash`
2024

2125
The parquet is available in the /app/data directory.

0 commit comments

Comments
 (0)