A detailed description of files and directories in this project.
docker.cfg
Configuration of ops-docker.
Nginx configuration files.
Config includes reusable across the sites.
Sites available on the server.
.htpasswd
Username and encrypted password for basic auth. Default is admin/admin.
Change it with htpasswd conf/.htpasswd admin.
nginx.conf
Nginx main configuration file.
sites-enabled.conf
Enabled sites list.
Static files for a default root.
Documentation. You are reading it.
Scripts to rule the project.
- start - Assemble and launch docker image locally.
- rollout - Deploy and launch docker images to remote host.
- rollback - Launch previous container.
Utility tools. Contains ops-docker and ops-revision submodules.
- .dockerignore - Reverse list of ignored paths for docker.
- .gitmodules - Git modules.
- Dockerfile - Docker image build instructions.
- LICENSE - Explicit permission to do anything.
- README.md - Documentation entry.