Skip to content

Commit

Permalink
use artifacts volume to avoid perms isses
Browse files Browse the repository at this point in the history
  • Loading branch information
danschmidt5189 committed Jan 24, 2025
1 parent ceb7f81 commit c79a7eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ services:
build: !reset
image: ${DOCKER_APP_IMAGE}
ports: !reset
volumes: !reset
volumes:
- artifacts:/opt/app/artifacts

db:
ports: !reset

solr:
ports: !reset

volumes:
artifacts:

0 comments on commit c79a7eb

Please sign in to comment.