Skip to content

Commit

Permalink
docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffVandrewJr committed Dec 30, 2018
1 parent 043f371 commit 6fa3d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN chmod +x boot.sh

ENV FLASK_APP=patron.py
ENV TZ=America/New_York
ENV DATABASE_URL=sqlite:///var/lib/db
ENV DATABASE_URL=sqlite:///patron/db
ENV GUNICORN_CMD_ARGS="--bind=0.0.0.0:8006 --workers=3 --access-logfile=- --error-logfile=-"

EXPOSE 8006
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- "8006"
volumes:
- '~/pricing:/var/pricing'
- data-volume:/var/lib/db
- data-volume:/patron/db
env_file:
- librepatron.env

Expand Down

0 comments on commit 6fa3d5d

Please sign in to comment.