feat: Add frontend Dockerfile for containerized builds and update reverse proxy to use latest Nginx image.

This commit is contained in:
Elmar Kresse
2025-11-22 16:45:38 +01:00
parent 0d05b0240b
commit 48926233d5
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ services:
- "8000:8000"
rproxy:
image: docker.io/bitnami/nginx:1.28
image: docker.io/bitnami/nginx:latest
volumes:
- ./reverseproxy.local.conf:/opt/bitnami/nginx/conf/nginx.conf
depends_on: