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
Copy file name to clipboardExpand all lines: README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,3 +79,34 @@ It is responsible for building static assets but not for running a web server li
79
79
- The outputs of the builds are written to `/var/www/html/` base directory on the container.
80
80
- Runs a command when the container starts that builds the visualizer admin page to the `on-tabs` directory, based on the `/on-tabs-config.json` configuration file.
81
81
- Runs a command every minute which builds pages to the base directory based on the `/flavor-config.json` configuration file.
82
+
83
+
## Configuring the docker image
84
+
85
+
Example of configuration with some hints:
86
+
87
+
```yml
88
+
services:
89
+
flavor-builder:
90
+
# Replace with a fixed version
91
+
image: ghcr.io/cheminfo/flavor-builder:latest
92
+
# Wrap with a process which handles SIGTERM signals.
0 commit comments