Proposal: cable-sizing module (on-demand DIN VDE 0298-4 cross-section calculator) #1

Open
Grovy311 wants to merge 10 commits from Grovy311/leistungsbilanz-ts:feature/cable-sizing-module into main
Showing only changes of commit bfcddee128 - Show all commits

View file

@ -20,7 +20,7 @@ services:
max-size: "20m" max-size: "20m"
max-file: "10" max-file: "10"
ports: ports:
- "3000:3000" - "3221:3000"
volumes: volumes:
- ./src:/app/src - ./src:/app/src
- ./scripts:/app/scripts - ./scripts:/app/scripts
@ -64,7 +64,7 @@ services:
api: api:
condition: service_healthy condition: service_healthy
ports: ports:
- "3001:3001" - "3220:3001"
volumes: volumes:
- ./src:/app/src - ./src:/app/src
- ./next.config.mjs:/app/next.config.mjs:ro - ./next.config.mjs:/app/next.config.mjs:ro
@ -80,3 +80,9 @@ services:
timeout: 3s timeout: 3s
retries: 12 retries: 12
start_period: 20s start_period: 20s
networks:
default:
ipam:
config:
- subnet: 172.16.61.0/24