diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1e2e45e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +FROM code.caldwell.digital/home/torsearch-base:php8.4 + +ENV SERVER_NAME=":80" +ENV CADDY_GLOBAL_OPTIONS="auto_https off" +ENV APP_RUNTIME="Runtime\\FrankenPhpSymfony\\Runtime" +ENV APP_VERSION="0.0.0-dev" + +HEALTHCHECK --interval=3s --timeout=3s --retries=10 CMD [ "php", "/app/bin/console", "startup:status" ] + +COPY --chmod=0755 docker/app/Caddyfile /etc/frankenphp/Caddyfile \ No newline at end of file