Skip to content

Commit

Permalink
feat: drop MariaDB10.1, add MariaDB10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Oct 1, 2018
1 parent adc383b commit d144e00
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker/data-source-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ services:
- MYSQL_PASSWORD=mysql_pass
networks:
- st-mysql-56
mariadb101:
image: mariadb:10.1
container_name: sourcetoad_mariadb101
mariadb102:
image: mariadb:10.2
container_name: sourcetoad_mariadb102
ports:
- "33101:3306"
- "33102:3306"
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_USER=mariadb_user
- MYSQL_PASSWORD=mariadb_pass
networks:
- st-mariadb-101
- st-mariadb-102
redis32:
image: redis:3.2-alpine
command: redis-server --appendonly yes
Expand All @@ -72,9 +72,9 @@ networks:
st-mysql-56:
external:
name: st-mysql-56
st-mariadb-101:
st-mariadb-102:
external:
name: st-mariadb-101
name: st-mariadb-102
st-redis-32:
external:
name: st-redis-32

0 comments on commit d144e00

Please sign in to comment.