Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbru committed Mar 27, 2024
1 parent 62c2ae4 commit 799e4ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DEBUG=True
SECRET_KEY=!!!CHANGE_ME!!!
CELERY_BROKER_URL = redis://localhost:6379/0
RESULT_BACKEND = redis://localhost:6379/0
CELERY_BROKER_URL=redis://localhost:6379/0
RESULT_BACKEND=redis://localhost:6379/0
DB_ENGINE=postgresql
DB_NAME=grepmarx
DB_HOST=localhost
Expand Down
4 changes: 2 additions & 2 deletions .env-docker
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DEBUG=False
SECRET_KEY=!!!CHANGE_ME!!!
CELERY_BROKER_URL = redis://redis:6379/0
RESULT_BACKEND = redis://redis:6379/0
CELERY_BROKER_URL=redis://redis:6379/0
RESULT_BACKEND=redis://redis:6379/0
DB_ENGINE=postgresql
DB_NAME=grepmarx
DB_HOST=db
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.8'
version: '3'

services:

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ redis==5.0.1
semgrep==1.59.1
appthreat-depscan==4.2.3
Werkzeug==3.0.0
openpyxl==3.1.2
openpyxl==3.1.2
pandas==2.2.1

0 comments on commit 799e4ec

Please sign in to comment.