Skip to content

Commit

Permalink
Remove schema service from docker-compose.yml and dip.yml validation
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Nov 19, 2024
1 parent 129115e commit a522c02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions dip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ interaction:
service: app
command: bundle exec rubocop

validate:
description: Validate dip.yml files against schema.json
service: schema
command: npm install -g ajv && ajv -s schema -d */**/dip.yml

provision:
- cp -f lefthook-local.dip_example.yml lefthook-local.yml
- dip compose down --volumes
Expand Down
7 changes: 0 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ services:
volumes:
- .:/app
- bundle:/bundle
schema:
image: node:${NODE_IMAGE:-20}
environment:
- HISTFILE=/app/tmp/.bash_history
working_dir: /app
volumes:
- .:/app

volumes:
bundle:

0 comments on commit a522c02

Please sign in to comment.