fix:#52 added log rotation and anonymized

This commit is contained in:
Elmar Kresse
2024-09-29 23:33:45 +02:00
parent 5ce70983f2
commit f3bfe603b3
5 changed files with 29 additions and 4 deletions

View File

@@ -40,8 +40,8 @@ services:
build:
dockerfile: Dockerfile
context: ./frontend
target: dev
command: "npm run dev"
target: prod
#command: "npm run dev"
# open port 8000
ports:
- "8000:8000"