不要怂,就是干,撸起袖子干!

Commit 5822bc79 by Sushant

build: support for postgres-12

1 parent c845f0bc
Showing with 10 additions and 0 deletions
...@@ -34,6 +34,16 @@ services: ...@@ -34,6 +34,16 @@ services:
- "8991:5432" - "8991:5432"
container_name: postgres-10 container_name: postgres-10
postgres-12:
image: sushantdhiman/postgres:12
environment:
POSTGRES_USER: sequelize_test
POSTGRES_PASSWORD: sequelize_test
POSTGRES_DB: sequelize_test
ports:
- "8992:5432"
container_name: postgres-12
# MariaDB # MariaDB
mariadb-103: mariadb-103:
image: mariadb:10.3 image: mariadb:10.3
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!