added postgresql support & added a postgres containers

This commit is contained in:
jeff
2024-10-13 15:45:33 -03:00
parent 5aeb99b856
commit 10f61595e1
8 changed files with 249 additions and 6 deletions

View File

@ -28,6 +28,7 @@ RUN chmod 644 /etc/logrotate.d/nginx-proxy-manager
# s6 overlay
COPY scripts/install-s6 /tmp/install-s6
RUN /tmp/install-s6 "${TARGETPLATFORM}" && rm -f /tmp/install-s6
RUN chmod 644 -R /root/.cache
EXPOSE 80 81 443
ENTRYPOINT [ "/init" ]