Skip to content

Instantly share code, notes, and snippets.

View chgsantos's full-sized avatar

Caio Henrique chgsantos

View GitHub Profile
@chgsantos
chgsantos / metabase-azure-sql-server.md
Last active July 30, 2019 18:15
Metabase connection to Azure SQL Server

When I was connecting do Azure SQL Server with Metabase I was getting a timeout error.

To solve it I connected using the following information:

Param Value
Server <database-server>.database.windows.net
Port 1433 (REQUIRED!!!)
Database <database-name>
Database instance name empty
@chgsantos
chgsantos / docker-compose.yml
Created September 30, 2020 21:32
Gitlab Runner - docker-compose v2
version: '2'
services:
dind:
restart: always
privileged: true
volumes:
- /var/lib/docker
image: docker:17.09.0-ce-dind