Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 5822bc79
authored
Mar 19, 2020
by
Sushant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: support for postgres-12
1 parent
c845f0bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
docker-compose.yml
docker-compose.yml
View file @
5822bc7
...
@@ -31,9 +31,19 @@ services:
...
@@ -31,9 +31,19 @@ services:
POSTGRES_PASSWORD
:
sequelize_test
POSTGRES_PASSWORD
:
sequelize_test
POSTGRES_DB
:
sequelize_test
POSTGRES_DB
:
sequelize_test
ports
:
ports
:
-
"
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
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment