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