fix(deploy): ensure /root/.pry dir and volume exist for SQLite migrations (#7)
All checks were successful
CI / lint (push) Successful in 46s
CI / typecheck (push) Successful in 1m35s
CI / test (push) Successful in 1m32s
CI / Security audit (bandit) (push) Successful in 2m24s
CI / Secret scan (gitleaks) (push) Successful in 2m51s

This commit is contained in:
Crypto Rug Munch 2026-07-03 02:46:17 +02:00
parent 07288a01d7
commit dec3db9618
3 changed files with 8 additions and 6 deletions

View file

@ -10,7 +10,9 @@ services:
ports:
- "127.0.0.1:8005:8002"
volumes:
- pry-data:/root/.pry
- pry-sessions:/app/sessions
env_file: .env
environment:
- PYTHONUNBUFFERED=1
- PRY_TIMEOUT=60
@ -44,7 +46,7 @@ services:
container_name: pry-flaresolverr
restart: unless-stopped
ports:
- "127.0.0.1:8191:8191"
- "127.0.0.1:8192:8191"
environment:
- LOG_LEVEL=info
- CAPTCHA_SOLVER=none
@ -76,4 +78,5 @@ services:
- tor
volumes:
pry-data:
pry-sessions: