Skip to content

Commit

Permalink
rev remark: remove unrelevant estim patch
Browse files Browse the repository at this point in the history
Signed-off-by: David BRAQUART <[email protected]>
  • Loading branch information
dbraquart committed Dec 19, 2024
1 parent 269a2e0 commit 116ad5c
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions docker-compose/study/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -597,57 +597,3 @@ services:
limits:
memory: 128m
restart: unless-stopped

state-estimation-server:
profiles:
- all
- suite
- study
image: inca.rte-france.com/gridsuite/state-estimation-server-rte:latest
ports:
- 6040:80
volumes:
- $PWD/../../k8s/resources/common/config/common-application.yml:/config/common/application.yml:Z
- $PWD/../../k8s/resources/state-estimation-server-config.yml:/home/powsybl/.itools/config.yml:Z
restart: unless-stopped
depends_on:
logspout:
condition: "service_started"
required: false
environment:
- JAVA_TOOL_OPTIONS=-Xmx768m
command: --server.port=80 --spring.config.additional-location=/config/
sysctls:
- net.ipv4.ip_unprivileged_port_start=0 # for docker < 20.03.0
memswap_limit: 1792m
deploy:
resources:
limits:
memory: 1792m

state-estimation-orchestrator-server:
profiles:
- all
- suite
- study
image: inca.rte-france.com/gridsuite/state-estimation-orchestrator-server-rte:latest
ports:
- 6041:80
volumes:
- $PWD/../../k8s/resources/common/config/common-application.yml:/config/common/application.yml:Z
- $PWD/../../k8s/resources/state-estimation-orchestrator-server-config.yml:/home/powsybl/.itools/config.yml:Z
restart: unless-stopped
depends_on:
logspout:
condition: "service_started"
required: false
environment:
- JAVA_TOOL_OPTIONS=-Xmx768m
command: --server.port=80 --spring.config.additional-location=/config/
sysctls:
- net.ipv4.ip_unprivileged_port_start=0 # for docker < 20.03.0
memswap_limit: 1792m
deploy:
resources:
limits:
memory: 1792m

0 comments on commit 116ad5c

Please sign in to comment.