File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,14 @@ docker run -d -p 8080:80 --name taskwarrior-webui \
3939 dcsunset/taskwarrior-webui
4040```
4141
42+ ## Configurations
43+
44+ The following environment variables may be set:
45+ * ` TASKRC ` - the location of the ` .taskrc ` file, ` /.taskrc ` by default when run in _ production_ mode
46+ * ` TASKDATA ` - the location of the ` .task ` directory, ` /.task ` by default when run in _ production_ mode
47+
48+ Remember to mount your files to ** the corresponding locations** when you set ` TASKRC ` or ` TASKDATA ` to a different value.
49+
4250### Manually deploy
4351
4452First build the frontend:
@@ -63,13 +71,6 @@ Then install nginx or other web servers
6371to server frontend and proxy requests to backend
6472(you can refer to ` nginx/nginx.conf ` ).
6573
66- ### Configuration
67-
68- The following environment variable may be set:
69- * ` TASKRC ` - the location of the ` .taskrc ` file, ` /.taskrc ` by default when run in _ production_ mode
70- * ` TASKDATA ` - the location of the ` .task ` directory, ` /.task ` by default when run in _ production_ mode
71-
72-
7374## Development
7475
7576First start the server at backend:
You can’t perform that action at this time.
0 commit comments