-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Most of the deployment configuration can be done with environment variables, but currently a few things require direct changes to files, and are managed by having a deployment branch on someone's machine.
Doing the following would make this unnecessary, and allow someone to switch between deployment and local testing simply by changing environment variables:
- Set the password in
tomcat-users.xmlwith an environment variable- could be done with sed in Dockerfile
- Move the paths used for some volume mappings in Dockerfile to a environment variables
- Set up the right
nginx/default.confdepending on an environment variable- could be done with sed, or by just generating the file (since it's one line) in Dockerfile
jtnystrom
Metadata
Metadata
Assignees
Labels
No labels