summaryrefslogtreecommitdiffstats
path: root/build_external/scenarios/only-agent/docker-compose.yml
blob: eb1386fd545ca5ef683795d5fa3a8e5e40eca97a (plain)
1
2
3
4
5
6
7
8
version: '3'
services:
  agent:
    image: ${Distro}_${Version}_dev
    command: /usr/sbin/netdata -D
    ports:
      - 80
      - 443