File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
1414
1515COPY spkrepo ./spkrepo
1616COPY migrations ./migrations
17- COPY manage.py wsgi.py ./
17+ COPY wsgi.py ./
1818
1919HEALTHCHECK --interval=1m --timeout=5s \
2020 CMD curl -f http://localhost:8000/ || exit 1
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ SECRET_KEY = "Please-change-me-to-some-random-string"
5151SQLALCHEMY_ECHO = False
5252SQLALCHEMY_DATABASE_URI = " postgresql://user:pass@localhost/dbname"
5353# https://pythonhosted.org/Flask-Caching/#configuring-flask-caching
54- CACHE_TYPE = " simple "
54+ CACHE_TYPE = " SimpleCache "
5555# For signing packages
5656GNUPG_PATH = " /usr/local/bin/gpg"
5757```
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ services:
1212 - 5432:5432
1313 app :
1414 build : .
15+ image : ghcr.io/synocommunity/spkrepo:v0.2.4
1516 command : flask run -h 0.0.0.0
1617 ports :
1718 - 5000:5000
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " spkrepo"
3- version = " 0.2.3 "
3+ version = " 0.2.4 "
44description = " Synology Package Repository"
55license = " MIT"
66authors = [" Antoine Bertin <diaoulael@gmail.com>" ]
You can’t perform that action at this time.
0 commit comments