import docker data to netdisco repo
This commit is contained in:
24
docker/docker-compose.yml
Normal file
24
docker/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user