Update build process, gitignore packagelock:

This commit is contained in:
pratik
2025-10-16 13:02:50 -05:00
parent dcd782ad1a
commit 7c1346caac
11 changed files with 2270 additions and 3016 deletions

View File

@@ -59,20 +59,6 @@ services:
timeout: 10s
retries: 3
frontend:
build:
context: .
dockerfile: Dockerfile.frontend.prebuilt
ports:
- "4200:80"
depends_on:
- api
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost/"]
interval: 30s
timeout: 10s
retries: 3
volumes:
postgres_data:
minio_data: