mirror of https://github.com/CIRCL/lookyloo
fix: Add few more volumes for docker
parent
eca8de7683
commit
1c7a82b14f
|
@ -29,10 +29,12 @@ services:
|
||||||
- ./cache:/lookyloo/cache
|
- ./cache:/lookyloo/cache
|
||||||
- ./indexing:/lookyloo/indexing
|
- ./indexing:/lookyloo/indexing
|
||||||
- ./scraped:/lookyloo/scraped
|
- ./scraped:/lookyloo/scraped
|
||||||
|
- ./archived_captures:/lookyloo/archived_captures
|
||||||
- ./discarded:/lookyloo/discarded_captures
|
- ./discarded:/lookyloo/discarded_captures
|
||||||
- ./user_agents:/lookyloo/user_agents
|
- ./user_agents:/lookyloo/user_agents
|
||||||
- ./config:/lookyloo/config
|
- ./config:/lookyloo/config
|
||||||
- ./logs:/lookyloo/logs
|
- ./logs:/lookyloo/logs
|
||||||
|
- ./logs_web:/lookyloo/website/logs
|
||||||
ports:
|
ports:
|
||||||
- "5100:5100"
|
- "5100:5100"
|
||||||
links:
|
links:
|
||||||
|
|
Loading…
Reference in New Issue