add postgres device store (#531)

This commit is contained in:
Victor Vrantchan
2018-10-13 21:05:19 -04:00
committed by GitHub
parent 1593659382
commit 17bce22e95
16 changed files with 500 additions and 81 deletions

11
docker-compose-dev.yaml Normal file
View File

@@ -0,0 +1,11 @@
version: "2"
services:
postgresql:
image: postgres:9.6
environment:
POSTGRES_DB: micromdm
POSTGRES_USER: micromdm
POSTGRES_PASSWORD: micromdm
ports:
- 5432:5432