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
Some of the changes for nginx are based on #8
There are two main additions here:
`docker-comose.yaml`:
- Adds an updated docker-compose.yaml with:
- Renamed services: We need to integrate the signal documentation services into an existing docker-compose setup. It will be easier to manage them all if we have some ability to tell them apart, so we add "sd" as a prefix in a few places.
- Renamed containers: Similar to the above, this gives us a little bit of differentiation when building/running the images
- Shell-style variable (`${}`) "markup" around container image names that will be used by CI when building the images. Essentially CI will add a registry and tag information into the `${}` variable placeholders.
- Adds `image` keys to the services so that CI can build container images from docker-compose.
- Adds the nginx container services that we will run in the production context for serving static files.
`default.conf.template`:
- Updates to proxy to the sdwebapp services name
- Updates the static file location to use the same bind mounted direcotry that the web application uses to store the generated static files when it runs
0 commit comments