Proposal: cable-sizing module (on-demand DIN VDE 0298-4 cross-section calculator) #1
1 changed files with 8 additions and 2 deletions
10
compose.yaml
10
compose.yaml
|
|
@ -20,7 +20,7 @@ services:
|
|||
max-size: "20m"
|
||||
max-file: "10"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3221:3000"
|
||||
volumes:
|
||||
- ./src:/app/src
|
||||
- ./scripts:/app/scripts
|
||||
|
|
@ -64,7 +64,7 @@ services:
|
|||
api:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "3001:3001"
|
||||
- "3220:3001"
|
||||
volumes:
|
||||
- ./src:/app/src
|
||||
- ./next.config.mjs:/app/next.config.mjs:ro
|
||||
|
|
@ -80,3 +80,9 @@ services:
|
|||
timeout: 3s
|
||||
retries: 12
|
||||
start_period: 20s
|
||||
|
||||
networks:
|
||||
default:
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.16.61.0/24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue