Skip to content

Commit

Permalink
fix logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
nandajavarma committed Jun 19, 2024
1 parent 666e46c commit 0ed67ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ ENV SITENAME="Cool PeARS pod"
ENV SITE_TOPIC="Cool topic of my cool PeARS pod"
ENV SEARCH_PLACEHOLDER="Search example: Books, Articles"
ENV SQLALCHEMY_DATABASE_URI="sqlite:////var/lib/pears/data/app.db"
ENV LOGO_PATH="/var/lib/pears/data"
ENV PODS_DIR="/var/lib/pears/data/pods"
ENV SUGGESTIONS_DIR="/var/lib/pears/data/userdata"
ENV LOGO_PATH="/var/lib/pears/data/"

RUN mkdir -p /var/lib/pears/data/pod /var/lib/pears/data/userdata

Expand Down
13 changes: 0 additions & 13 deletions deployment/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@ services:
env_file:
- .env
image: nandajavarma/pears-federated:latest
environment:
- PEARS_LANGS=${PEARS_LANGS}
- TRANSLATION_DIR=${TRANSLATION_DIR}
- MAIL_DEFAULT_SENDER=${MAIL_DEFAULT_SENDER}
- EMAIL_USER=${EMAIL_USER}
- MAIL_SERVER=${MAIL_SERVER}
- MAIL_PORT=${MAIL_PORT}
- EMAIL_PASSWORD=${EMAIL_PASSWORD}
- SECRET_KEY=${SECRET_KEY}
- SECURITY_PASSWORD_SALT=${SECURITY_PASSWORD_SALT}
- SITENAME=${SITENAME}
- SITE_TOPIC=${SITE_TOPIC}
- SEARCH_PLACEHOLDER=${SEARCH_PLACEHOLDER}
ports:
- "8000:8000"
volumes:
Expand Down

0 comments on commit 0ed67ba

Please sign in to comment.