Update docker-compose.production.yml
This commit is contained in:
parent
a3bb63f582
commit
02277f27f4
|
@ -1,8 +1,13 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
technitium:
|
||||
netdata-parent:
|
||||
build:
|
||||
context: ./docker/technitium/
|
||||
context: ./docker/netdata/
|
||||
dockerfile: Dockerfile
|
||||
image: git.nixc.us/nixius/technitium:production
|
||||
image: git.nixc.us/nixius/netdata:production-parent
|
||||
netdata-child:
|
||||
build:
|
||||
context: ./docker/child/
|
||||
dockerfile: Dockerfile
|
||||
image: git.nixc.us/nixius/netdata:production-child
|
Loading…
Reference in New Issue