Add local dev mode with HTTP-only nginx and DB seeding)
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 5m11s

This commit is contained in:
2026-03-07 17:36:54 +00:00
parent 5a45f1f427
commit 9fa953c969
10 changed files with 201 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ RUN mkdir -p /etc/nginx/html \
COPY nginx.conf.template /etc/nginx/nginx.conf.template
COPY nginx_setup.conf.template /etc/nginx/nginx_setup.conf.template
COPY nginx_dev.conf.template /etc/nginx/nginx_dev.conf.template
COPY robots.txt /etc/nginx/html/robots.txt
COPY entrypoint.sh /entrypoint.sh