Add development Docker Compose config

This commit is contained in:
Andrey Chervyakov 2021-02-28 14:56:34 +06:00
parent e0c570799f
commit b49c6ced26

View file

@ -0,0 +1,11 @@
version: '3'
services:
cgno-id:
build: .
ports:
- 5000:8000
env_file:
- ./.env.dev
environment:
- CGNO_ID_DB_HOST=host.docker.internal