Compare commits

..

No commits in common. "1851bc06522047c2a8d522fac116ea59e377990e" and "0ba08e4a6dd6eacffaabc6293a083f69e7ba080a" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View File

@ -31,7 +31,6 @@ services:
image: clickhouse
networks:
- clickhouse-development
- common-infra-nginx-development
volumes:
- /sprint-data/clickhouse:/var/lib/clickhouse
environment:

View File

@ -67,13 +67,6 @@ services:
constraints: [node.labels.stage == production]
update_config:
parallelism: 1
resources:
limits:
memory: 1024M
cpus: '1.0'
reservations:
memory: 512M
cpus: '0.50'
postgres:
image: postgres:14-alpine3.19