Skip to content

Commit

Permalink
Upgrade MySQL dependency (refs #427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Mar 2, 2024
1 parent 1d05248 commit b691e41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
15 changes: 0 additions & 15 deletions .docker/web/requirements.txt

This file was deleted.

6 changes: 3 additions & 3 deletions docker-compose.server_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ version: '3'
services:

db:
image: mysql:5.5
image: mysql:8.0
environment:
- MYSQL_ROOT_PASSWORD=docker
- MYSQL_DATABASE=ddcz
web:
environment:
- SERVER_CI=true
build:
context: .docker/web
dockerfile: Dockerfile
context: .
dockerfile: .docker/web/Dockerfile
command: python3 manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django>=2.0.0,<2.1
mysqlclient>=1.3.7,<1.4
mysqlclient
gunicorn
sqlparse
argon2-cffi
Expand Down

0 comments on commit b691e41

Please sign in to comment.