Add development Docker Compose config
This commit is contained in:
parent
e0c570799f
commit
b49c6ced26
1 changed files with 11 additions and 0 deletions
11
docker-compose-dev-win.yml
Normal file
11
docker-compose-dev-win.yml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue