Skip to content

Commit

Permalink
update docker-compose prod
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-marcoC committed Jun 10, 2024
1 parent 5146beb commit 34a0a7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.4'
version: "3.4"
volumes:
solr-data:
le-data:
Expand Down Expand Up @@ -59,7 +59,6 @@ services:
driver: "json-file"
options:
max-size: 50m


api:
restart: always
Expand Down Expand Up @@ -141,4 +140,5 @@ services:
- SOLR_OPTS=-Dlog4j2.formatMsgNoLookups=true
volumes:
- "./api/solr:/var/solr/data/ckan/"
- solr-data:/var/solr/data/ckan/data:rw
- solr-data:/var/solr/data/ckan/data:rw
- "./api/solr/sample-solr-data/:/var/solr/data/ckan/data/index"

0 comments on commit 34a0a7b

Please sign in to comment.