You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Docker setup, event logging, and documentation
Add `/data/tt-files` directory with proper permissions in Dockerfile. Improve activity tracking by adding time threshold checks for mouse events in `ActivityTracker.kt`. Replace Docker image reference and update database environment variables in `docker-compose.yml`, with corresponding changes to `ij-server/README.md`.
Copy file name to clipboardexpand all lines: ij-server/README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,10 @@ also saves the data received from the plugin as directories in the specified pat
5
5
will be available later).
6
6
7
7
For a more convenient server setup for your needs, we provide the option to create a Docker container. To do this, you
8
-
can use the image named `daniilkarol/koala:latest`. You can also find a [docker compose](../docker-compose.yml) file that already provides a template to start a docker
8
+
can use the image named `registry.jetbrains.team/p/tasktracker-3/sharable/tasktracker-server:latest`. You can also find a [docker compose](../docker-compose.yml) file that already provides a template to start a docker
9
9
container.
10
10
11
11
The server requires a certain number of environment variables, as follows:
12
-
-`HOST` - host address ([0.0.0.0]() by default)
13
-
-`PORT` - app port ([8080]() by default)
14
12
-`DB_URL` - postgres database url in format `postgresql://[user[:password]@][netloc][:port][/dbname]`
0 commit comments