Skip to content

Commit

Permalink
remove deprecated docker compose features
Browse files Browse the repository at this point in the history
  • Loading branch information
bengerman13 committed Mar 13, 2024
1 parent e2512b4 commit 3436edc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions django_template/templates/docker-compose.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ services:
build: .
volumes:
- ./{{ app_name }}:/{{ app_name }}
links:
- db
working_dir: /{{ app_name }}
entrypoint: python /{{ app_name }}/docker_entrypoint.py
deploy:
Expand Down Expand Up @@ -38,7 +36,6 @@ services:
command: zap-baseline.py -t http://app:8000 -c zap.conf -I -r zap_report.html
volumes:
- .:/zap/wrk/
links: ["app"]
profiles: ["owasp-scan"]


Expand Down

0 comments on commit 3436edc

Please sign in to comment.