Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion conf/opencve.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ smtp_port = 465
smtp_use_tls = True
smtp_username = <your_username>
smtp_password = <your_password>

3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
dockerfile: Dockerfile
depends_on:
- postgres
command: webserver -b 0.0.0.0:8000
command: webserver -b 0.0.0.0:8000 --timeout 120 --workers 1 --log-level info --access-logfile -
networks:
- backend
ports:
Expand Down Expand Up @@ -70,4 +70,3 @@ networks:

volumes:
postgres: