Skip to content

Instantly share code, notes, and snippets.

View bo-oz's full-sized avatar

bo-oz

View GitHub Profile
{
"ziekenhuis": "UMC"
}
@bo-oz
bo-oz / zkh.json
Last active November 7, 2017 16:14
[
{"Hospital name":"Amsterdam Medisch Centrum (AMC)","Location":"","Street address":"Meibergdreef 9","Postal code (full)":"1105 AZ ","City":"Amsterdam-Zuidoost","URL":"https://www.amc.nl/web/Zorg/Patient/Afspraak-op-de-polikliniek/Polikliniek-Longziekten.htm","LAT,LONG":"52.2944280,4.9581580"},
{"Hospital name":"Sint Franciscus Gasthuis","Location":"","Street address":"Kleiweg 500","Postal code (full)":"3045 PM ","City":"Rotterdam","URL":"https://www.franciscus.nl/specialisme/longgeneeskunde","LAT,LONG":"51.9416400,4.4628620"},
{"Hospital name":"Medisch Centrum Leeuwarden","Location":"","Street address":"Henri Dunantweg 2","Postal code (full)":"8934 AD ","City":"Leeuwarden","URL":"https://www.mcl.nl/patient/specialismen-en-centra/longziekten","LAT,LONG":"53.1897840,5.8067760"},
{"Hospital name":"Leids Universitair Medisch Centrum (LUMC)","Location":"","Street address":"Albinusdreef 2","Postal code (full)":"2333 ZA ","City":"Leiden","URL":"https://www.lumc.nl/org/longziekten/","LAT,LONG":"52.1667630,4.
@bo-oz
bo-oz / docker-compose.yml
Last active November 22, 2022 12:17
Docker Compose for Rails + PG + Worker + Faktory
version: '3'
services:
faktory:
image: contribsys/faktory:latest
command: /faktory -b :7419 -w :7420
ports:
- "7419:7419"
- "7420:7420"
db:
image: postgres