v0.2.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user