This commit is contained in:
2025-06-11 12:31:32 +03:00
parent f3264339ab
commit 10610b8ed1
8 changed files with 355 additions and 312 deletions

View File

@@ -4,20 +4,12 @@ services:
environment:
- RUST_LOG=info
volumes:
- ./settings.yaml:/app/settings.yaml
- ./config.yaml:/app/config.yaml
- ./snapshots:/snapshots
depends_on:
database:
condition: service_healthy
command: search bitcoin run
deploy:
resources:
limits:
cpus: "10.0"
memory: 512M
reservations:
cpus: "10.0"
memory: 128M
database:
image: postgres:16-alpine