1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-24 18:38:28 +00:00

go-sqlite3 gomod version (#12490)

This commit is contained in:
techknowlogick
2020-08-13 21:54:46 -04:00
committed by GitHub
parent b37c7dd384
commit 8a0049bb03
32 changed files with 13260 additions and 7349 deletions

View File

@@ -7,6 +7,7 @@ services:
- postgresql
- mysql
- sqlserver
- cockroachdb
environment:
PGPASSWORD: postgres
PG_CONN_STRING: host=postgresql user=postgres dbname=testfixtures_test port=5432 sslmode=disable
@@ -17,6 +18,8 @@ services:
SQLSERVER_CONN_STRING: server=sqlserver;database=master;user id=sa;password=SQL@1server;encrypt=disable
CRDB_CONN_STRING: host=cockroachdb user=root dbname=defaultdb port=26257 sslmode=disable
postgresql:
image: postgres:12.1-alpine
environment:
@@ -35,3 +38,7 @@ services:
environment:
ACCEPT_EULA: 'Y'
SA_PASSWORD: SQL@1server
cockroachdb:
image: cockroachdb/cockroach:v20.1.3
command: start-single-node --store /cockroach-data --insecure --advertise-host cockroachdb