Skip to content

Commit

Permalink
Added volume into docker-compose (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored Dec 3, 2024
1 parent 60e2983 commit fc70fcb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
- ./config.prod.yml:/app/config/config.prod.yml
# - ./aai.js:/app/dist/browser/aai.js
# - ./dspace-ui.json:/app/docker/dspace-ui.json:rw
- ./matomo-settings.ts:/src/matomo/matomo-settings.ts
build:
context: ..
dockerfile: Dockerfile
Expand Down
7 changes: 7 additions & 0 deletions docker/matomo-settings.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**
* Matomo settings for tracking statistics. This file could be mounted in the docker container.
*/
export const matomoSettings = {
hostUrl: 'http://localhost:8135/',
siteId: '1'
};

0 comments on commit fc70fcb

Please sign in to comment.