This commit is contained in:
2025-12-07 15:08:16 +01:00
parent 307e75291b
commit 2ce5e320c6
4 changed files with 726 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
version: "3.9"
#version: "3.9"
services:
backend:
@@ -24,7 +24,6 @@ services:
- "${FRONTEND_PORT:-8087}:80"
volumes:
- ./frontend:/usr/share/nginx/html:ro
- ./scripts:/usr/share/nginx/html/scripts:ro
restart: unless-stopped
networks:
- benchtools