Skip to content

Commit

Permalink
Merge pull request #4205 from internetarchive/infogami-golive-mods
Browse files Browse the repository at this point in the history
infobase golive mods
  • Loading branch information
cdrini authored Dec 1, 2020
2 parents c5fafd9 + 3b37b0b commit e21fc2e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ services:
- PYENV_VERSION=3.8.6
volumes:
- ../olsystem:/olsystem
- /1:/1
- infobase-writelog:/1/var/lib/openlibrary/infobase/log
- infobase-errorlog:/1/var/log/openlibrary/infobase-errors
infobase_nginx:
image: nginx:1.19.4
restart: always
Expand All @@ -89,3 +90,7 @@ secrets:
file: /opt/.petabox/openlibrary.org.combined.crt
ssl_certificate_key:
file: /opt/.petabox/openlibrary.org.nopassword.key
volumes:
infobase-writelog:
infobase-errorlog:

0 comments on commit e21fc2e

Please sign in to comment.