New postgres solution

This commit is contained in:
awieczarek 2024-10-20 14:14:58 +02:00
parent bb1ec8cdee
commit bc61a70c18

View File

@ -1,6 +1,8 @@
FROM gitea/gitea:1.14.5-rootless
ENV GITEA_CUSTOM=/var/lib/gitea/custom
# Create a temporary writable directory
RUN mkdir -p /app/tmp
# Copy the existing app.ini file to a temporary location
COPY app.ini /tmp/app.ini