fix(deploy): ensure /root/.pry dir and volume exist for SQLite migrations (#7)
This commit is contained in:
parent
07288a01d7
commit
dec3db9618
3 changed files with 8 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue