Pre-release v0.2.0

This commit is contained in:
2025-06-10 13:29:49 +03:00
parent 232684509f
commit 74b1cc6e6f
21 changed files with 998 additions and 512 deletions

View File

@@ -4,7 +4,7 @@ services:
environment:
- RUST_LOG=info
volumes:
- ./config.yaml:/app/config.yaml
- ./settings.yaml:/app/settings.yaml
- ./snapshots:/snapshots
depends_on:
database:
@@ -15,7 +15,7 @@ services:
image: postgres:16-alpine
environment:
POSTGRES_USER: cryptohunter
POSTGRES_PASSWORD: ${CRYPTOHUNTER_DATABASE_PASSWORD:-12345678}
POSTGRES_PASSWORD: ${CRYPTOHUNTER_DATABASE_PASSWORD:-Passw0rd}
POSTGRES_DB: cryptohunter
volumes:
- database-data:/var/lib/postgresql/data