WIP: first steps to create distroless frontend OCI image using nix

This commit is contained in:
Justin Kreller
2025-03-13 15:09:03 +01:00
parent 132c5f74d6
commit 359df024d6
3 changed files with 51 additions and 59 deletions

View File

@@ -42,7 +42,6 @@ services:
build:
dockerfile: Dockerfile
context: ./frontend
target: prod
# open port 8000
ports:
- "8000:8000"
@@ -50,7 +49,7 @@ services:
rproxy:
image: docker.io/bitnami/nginx:1.27
volumes:
- ./reverseproxy.local.conf:/opt/bitnami/nginx/conf/nginx.conf
- ./reverseproxy.local.conf:/var/conf/nginx.conf
depends_on:
- htwkalender-data-manager
- htwkalender-frontend