Compare commits
3 Commits
0ba08e4a6d
...
1851bc0652
| Author | SHA1 | Date | |
|---|---|---|---|
| 1851bc0652 | |||
|
|
62813a17af | ||
|
|
37337a68ab |
@@ -31,6 +31,7 @@ services:
|
||||
image: clickhouse
|
||||
networks:
|
||||
- clickhouse-development
|
||||
- common-infra-nginx-development
|
||||
volumes:
|
||||
- /sprint-data/clickhouse:/var/lib/clickhouse
|
||||
environment:
|
||||
|
||||
@@ -67,6 +67,13 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user