Skip to content

Commit

Permalink
Remove prod volume mount; no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini committed Nov 7, 2024
1 parent 197eab3 commit bc755b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion compose.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
- ../booklending_utils:/booklending_utils
- ../olsystem:/olsystem
- ../olsystem/etc/ia.ini:/home/openlibrary/.config/ia.ini
- .:/openlibrary

solr:
profiles: ["ol-solr0"]
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
solr-updater:
image: "${OLIMAGE:-oldev:latest}"
command: docker/ol-solr-updater-start.sh
hostname: "${HOSTNAME:-$HOST}"
hostname: "$HOSTNAME"
environment:
- OL_CONFIG=conf/openlibrary.yml
- OL_URL=http://web:8080/
Expand Down

0 comments on commit bc755b6

Please sign in to comment.