Skip to content

Commit

Permalink
revert compos changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Jan 24, 2025
1 parent 8f0806a commit 272d139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/installation/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ services:
healthcheck:
test: [ "CMD-SHELL", "curl localhost:8080/api/app/healthCheck" ]
interval: 10s
retries: 15
retries: 10
volumes:
- ./designer/application-customizations.conf:/opt/nussknacker/conf/application-customizations.conf
volumes_from:
- flink-jobmanager
deploy:
resources:
limits:
memory: 1000M
memory: 1024M

postgres:
image: postgres:13
Expand Down

0 comments on commit 272d139

Please sign in to comment.