2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00
Commit Graph

78 Commits

Author SHA1 Message Date
d4d9263131 Add option to specify config file via environment variable 2021-04-07 23:46:03 +10:00
4a3ca4638c Dockerfile updates 2021-04-07 22:27:55 +10:00
00c4519d28 Simplify dockerfile 2021-04-02 00:54:29 +11:00
2436b1f2c9 Entrypoint script - start.sh 2021-04-02 00:40:47 +11:00
be41be3981 Add "wait_for_db" management command 2021-04-02 00:03:56 +11:00
8e7e36089b Fix venv 2021-04-01 21:11:59 +11:00
47ba0599eb Reference environment variables in supervisor conf file 2021-04-01 20:44:27 +11:00
db858b3cfc Install packages inside venv 2021-04-01 20:44:13 +11:00
148600a9c4 Copy gunicorn.conf.py 2021-04-01 20:38:18 +11:00
839c29117d Dockerfile updates
- Pipe supervisor logs to stdout (so they are passed to the docker instance)
- Fix supervisor service
- Expose home dir and port as env vars
2021-04-01 20:30:51 +11:00
d446f8ddd1 Add supervisor conf file specific to docker 2021-04-01 20:14:31 +11:00
08a1a6cf43 Add configuration options for the Dockerfile 2021-04-01 20:14:17 +11:00
76ab38a06b Add docker info 2021-04-01 11:35:03 +11:00
b9e81c3c0e Start supervisord
Ref: https://advancedweb.hu/supervisor-with-docker-lessons-learned/
2021-03-31 23:39:16 +11:00
b9f9b26ca5 Sudo not required, I guess? 2021-03-31 23:32:03 +11:00
7683cc1aaa APK not APT 2021-03-31 23:27:01 +11:00
ff6b127f1b Typo fixin' 2021-03-31 23:22:17 +11:00
8b227ce297 More required packages, I guess... 2021-03-31 23:20:32 +11:00
286cf9b102 gcc required 2021-03-31 23:12:27 +11:00
24d36e0b66 Getting there... 2021-03-31 23:09:24 +11:00
251ec7a02f Fix lib names 2021-03-31 23:06:54 +11:00
61f8b982ce lib name fix 2021-03-31 23:03:13 +11:00
1f881dd041 Run as root 2021-03-31 23:00:22 +11:00
42b400e619 typo fix 2021-03-31 22:58:32 +11:00
601aff8283 Install git 2021-03-31 22:55:44 +11:00
58bfc80f79 Alpine uses different commands 2021-03-31 22:54:17 +11:00
1a7b6e2613 Fix 2021-03-31 22:47:41 +11:00
ab57fd3b76 Build docker image 2021-03-31 22:45:42 +11:00