This commit is contained in:
2025-06-10 18:17:12 +03:00
parent 74b1cc6e6f
commit f3264339ab
5 changed files with 180 additions and 60 deletions

View File

@@ -10,6 +10,14 @@ services:
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