Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
citelibre committed Jun 10, 2024
1 parent 54572ad commit c7ac4b1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ services:
#volumes:
# - ./mysql-data:/var/lib/mysql

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

mailpit:
image: axllent/mailpit:v1.18.3
container_name: service_ez_mailpit
Expand Down

0 comments on commit c7ac4b1

Please sign in to comment.