import docker data to netdisco repo

This commit is contained in:
Oliver Gorwits
2018-01-12 19:15:47 +00:00
parent ce1573fea1
commit 32756baec2
7 changed files with 148 additions and 14 deletions

24
docker/docker-compose.yml Normal file
View File

@@ -0,0 +1,24 @@
version: '3.4'
services:
netdisco-postgresql:
image: netdisco-postgresql:latest
build:
context: netdisco-postgresql
args:
- TAG
volumes:
- "./netdisco/pgdata:/var/lib/postgresql/data"
# netdisco-base:
# image: netdisco-base:latest
# build:
# context: netdisco-base
# netdisco-backend:
# image: netdisco-backend:latest
# build:
# context: netdisco-backend
# volumes:
# - "./netdisco/config:/home/netdisco/environments"
# depends_on:
# - netdisco-base
# links:
# - netdisco-postgresql:db