Skip to content

Commit 9e0e01d

Browse files
authored
Deprecate Docker templates, update contents (#389)
* Deprecate Docker templates, update contents * Remove deprecated Action
1 parent 33f61b6 commit 9e0e01d

File tree

182 files changed

+3
-15703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+3
-15703
lines changed

β€Ž.github/workflows/main.yml

-34
This file was deleted.

β€ŽREADME.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _In alphabetical order and including links to external repository-based document
2323
- [Database backups](deployment/database-backups.md)
2424
- [Domain names](deployment/domain-names.md)
2525
- [Django](django/)
26-
- [`django-compressor`](django/django-compressor.md)
26+
- [Django/Wagtail project template](https://github.com/datamade/cookiecutter-django-app/tree/main)
2727
- [Django-React Integration](django/django-react-integration.md)
2828
- [File uploads](django/file-uploads.md)
2929
- [Forms](django/forms.md)
@@ -32,7 +32,6 @@ _In alphabetical order and including links to external repository-based document
3232
- [Serializing GeoJSON data](django/serializing-data.md)
3333
- [Docker](docker/)
3434
- [Docker for local development](docker/local-development.md)
35-
- [Templates for containerizing your application](docker/templates/)
3635
- [Ecommerce](ecommerce/)
3736
- [Stripe](ecommerce/stripe/)
3837
- [ETL](etl/)

β€Ždocker/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This directory records best practices for working with [Docker](https://www.docker.com/),
44
DataMade's preferred container engine.
55

6+
Looking for templates for your Django/Wagtail application? [Check it out!](https://github.com/datamade/cookiecutter-django-app/)
7+
68
## Contents
79

810
- [Why containers?](#why-containers)

β€Ždocker/templates/Dockerfile

-4
This file was deleted.

β€Ždocker/templates/README.md

-132
This file was deleted.

β€Ždocker/templates/docker-compose.yml

-10
This file was deleted.

β€Ždocker/templates/new-django-app/cookiecutter.json

-11
This file was deleted.

β€Ždocker/templates/new-django-app/{{cookiecutter.app_name}}/.eslintrc.js

-31
This file was deleted.

β€Ždocker/templates/new-django-app/{{cookiecutter.app_name}}/.flake8

-8
This file was deleted.

β€Ždocker/templates/new-django-app/{{cookiecutter.app_name}}/.github/PULL_REQUEST_TEMPLATE.md

-23
This file was deleted.

β€Ždocker/templates/new-django-app/{{cookiecutter.app_name}}/.github/workflows/main.yml

-61
This file was deleted.

β€Ždocker/templates/new-django-app/{{cookiecutter.app_name}}/.github/workflows/publish_docker_image.yml

-19
This file was deleted.

0 commit comments

Comments
Β (0)