Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak committed Apr 11, 2024
1 parent 4fea251 commit 3628b90
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
16 changes: 13 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,21 @@ services:
# default:


worker:
build: .
entrypoint: python3 manage.py qcluster
volumes:
- .:/DOSPORTAL
depends_on:
- web
- db_dosportal
- redis
networks:
inet:
ipv4_address: 10.5.0.8

redis:
image: redis
#build: .
#command: redis-server && python qcluster
#entrypoint: redis-server && python3 manage.py qcluster
volumes:
- .:/DOSPORTAL
depends_on:
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ django-gravatar2
django-prettyjson

tables
django-markdownx
django-markdownx

markdown
djangorestframework

0 comments on commit 3628b90

Please sign in to comment.