Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
citelibre committed Jun 10, 2024
2 parents 6594196 + fefa540 commit 54572ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1-SNAPSHOT
1.0.2-SNAPSHOT
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ services:
MP_SMTP_AUTH_ACCEPT_ANY: 1
MP_SMTP_AUTH_ALLOW_INSECURE: 1

solr:
image: citelibre/service_ez:solr-1.0.2-SNAPSHOT
container_name: service_ez_solr
command: -force
depends_on:
- db
ports:
- "8983:8983"
# if you want to persist data uncomment the following 2 lines... and don't forget to create the directory
#volumes:
# - ./solr-data:/var/solr/data/cite-libre/data

matomo:
image: citelibre/service_ez:matomo-1.0.2-SNAPSHOT
container_name: service_ez_matomo
Expand Down

0 comments on commit 54572ad

Please sign in to comment.