Skip to content

Commit

Permalink
Prefer local report-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfitzsimmons committed Aug 19, 2024
1 parent a5178b3 commit efc8905
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
services:
# If you run `mariadb` in Docker, uncomment these lines:
# mariadb:
# image: mariadb:11.4
# networks:
Expand Down Expand Up @@ -30,15 +31,13 @@ services:
- 'nginx-conf:/etc/nginx/conf.d/servers:ro'
- './config/panel.conf:/etc/nginx/conf.d/default.conf:ro'

report-runner:
image: specifyconsortium/report-runner
volumes:
- './report-fonts.jar:/var/lib/jetty/webapps/ROOT/WEB-INF/lib/report-fonts.jar:ro'
networks:
- database
# If you run `report-runner` in Docker, uncomment these lines:
# report-runner:
# image: specifyconsortium/report-runner
# volumes:
# - './report-fonts.jar:/var/lib/jetty/webapps/ROOT/WEB-INF/lib/report-fonts.jar:ro'

volumes:
database:
state:
nginx-conf:

Expand Down

0 comments on commit efc8905

Please sign in to comment.