local vs github runs

This commit is contained in:
Jan Prochazka
2021-05-27 13:07:58 +02:00
parent 3953f764a5
commit 54ddfe2ef9
6 changed files with 133 additions and 85 deletions

View File

@@ -30,35 +30,35 @@ jobs:
image: postgres
env:
POSTGRES_PASSWORD: Pwd2020Db
ports:
- 5432:5432
# ports:
# - 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
# mysql:
# image: mysql
# # options: >-
# # --default-authentication-plugin=mysql_native_password
# ports:
# - 15001:3306
# env:
# MYSQL_ROOT_PASSWORD: Pwd2020Db
mysql:
image: mysql
# options: >-
# --default-authentication-plugin=mysql_native_password
# ports:
# - 15001:3306
env:
MYSQL_ROOT_PASSWORD: Pwd2020Db
# mssql:
# image: mcr.microsoft.com/mssql/server
# ports:
# - 15002:1433
# env:
# ACCEPT_EULA: Y
# SA_PASSWORD: Pwd2020Db
# MSSQL_PID: Express
mssql:
image: mcr.microsoft.com/mssql/server
# ports:
# - 15002:1433
env:
ACCEPT_EULA: Y
SA_PASSWORD: Pwd2020Db
MSSQL_PID: Express
# cockroachdb:
# image: cockroachdb/cockroach
# ports:
# - 15003:26257
# # options: >-
# # start-single-node --insecure
cockroachdb:
image: cockroachdb/cockroach
# ports:
# - 15003:26257
# options: >-
# start-single-node --insecure