Upgrade test database versions.

This commit is contained in:
Dan Helfman 2020-04-21 10:01:26 -07:00
parent 41ad98653a
commit bae5f88824
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
version: '3' version: '3'
services: services:
postgresql: postgresql:
image: postgres:11.6-alpine image: postgres:12.2-alpine
environment: environment:
POSTGRES_PASSWORD: test POSTGRES_PASSWORD: test
POSTGRES_DB: test POSTGRES_DB: test
mysql: mysql:
image: mariadb:10.4 image: mariadb:10.5
environment: environment:
MYSQL_ROOT_PASSWORD: test MYSQL_ROOT_PASSWORD: test
MYSQL_DATABASE: test MYSQL_DATABASE: test
tests: tests:
image: python:3.7-alpine3.10 image: python:3.8-alpine3.11
volumes: volumes:
- "../..:/app:ro" - "../..:/app:ro"
tmpfs: tmpfs: