diff --git a/docker/db/Dockerfile b/docker/db/Dockerfile new file mode 100644 index 0000000..1719e6a --- /dev/null +++ b/docker/db/Dockerfile @@ -0,0 +1 @@ +FROM postgres:15 diff --git a/docker/headscale/Dockerfile b/docker/headscale/Dockerfile deleted file mode 100644 index d498b1a..0000000 --- a/docker/headscale/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM headscale/headscale:latest -#RUN apt-get update \ -# && apt-get install -y curl openssl \ -# && rm -rf /var/lib/apt/lists/* \ -# && apt-get clean -# COPY prep.sh /usr/bin/local/ -# RUN /bin/bash /usr/bin/local/prep.sh -# COPY start.sh /usr/bin/local/ -# RUN chmod +x /usr/bin/local/start.sh -# CMD ["/usr/bin/local/start.sh"] \ No newline at end of file