examples
examples copied to clipboard
Fix 3rdparty example bugs
A few 3rdparty examples have miscellaneous bugs in image names and dependencies that prevent the sample scripts from running properly.
This PR fixes:
- Extra hyphens in the django codeship project names that prevent various commands from running
- Postgres skip auth check flags in codeship projects' docker-compose.yml files
- A MarkupSafe 1.0->1.1 issue in the gabimelo flask project.