-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial work for integrating caddy for reverse proxy * Remove annotator image name * Reverse proxy implementation forwarding 9001 -> 9000 * Remove the port from the host * Testing. Changing all ports to 9000 * Add supervisord conf. * Disable log rotation in supervisor. * Expose port 80 on Cadfile. * Caddyfile: point to annotator in localhost. * Config port 9000 to caddy and 9001 to python app. * Add caddyfile and supervisor. * Update the multistage build process * Correct local file copying in docker * Add caddyfile and supervisor. * Move the relevant docker connfiguration files into a directory * Remove the caddy service as it's baked into the Dockerfile * Change Dockerfile to use main branch * Update README.md * Keep 9000 port as the default for the main service. * Keep 9000 port as the default for the main service. * Configure supervisor logs. * Configure supervisor logs. * Revert the deployment port value * Add the --port command to supervisor when starting the server * Change ports exposed to be 9000 * Update the ports * Add logs to Caddy server. * Update config logs for python app in supervisor. --------- Co-authored-by: jschaff <[email protected]> Co-authored-by: Everaldo <[email protected]>
- Loading branch information
1 parent
562033e
commit fa6f375
Showing
5 changed files
with
119 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.