Skip to content

Commit

Permalink
build: no more mysql 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Jan 10, 2024
1 parent 25bed3a commit 2db0b63
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
version: "2.1"
services:
db:
image: edxops/mysql:5.7
container_name: enterprise-subsidy.db
environment:
MYSQL_ROOT_PASSWORD: ""
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
networks:
- devstack_default
volumes:
- enterprise_subsidy_mysql57:/var/lib/mysql

mysql80:
command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
container_name: enterprise-subsidy.mysql80
Expand Down Expand Up @@ -54,11 +43,13 @@ services:
- devstack_default
stdin_open: true
tty: true
depends_on:
- mysql80
- memcache

networks:
devstack_default:
external: true

volumes:
enterprise_subsidy_mysql57:
enterprise_subsidy_mysql80:

0 comments on commit 2db0b63

Please sign in to comment.