Commit 55ff6328d43dae7f28ad71b764218325df7a113b

Authored by George Vlahavas
1 parent 91032c4296

Also share /var/run/docker.sock

Showing 2 changed files with 8 additions and 0 deletions

docker-compose-jfrog-composer.yml View file @ 55ff632
... ... @@ -7,6 +7,7 @@
7 7 container_name: kea_composer
8 8 command: install
9 9 volumes:
  10 + - /var/run/docker.sock:/var/run/docker.sock
10 11 - /var/jenkins_home:/var/jenkins_home
11 12 - ./api:/app
docker-compose-jfrog.yml View file @ 55ff632
... ... @@ -14,6 +14,7 @@
14 14 - NET_RAW
15 15 command: ONLINE
16 16 volumes:
  17 + - /var/run/docker.sock:/var/run/docker.sock
17 18 - /var/jenkins_home:/var/jenkins_home
18 19 - ./data/suricata/log:/var/log/suricata
19 20 - ./data/pcap:/var/pcap
... ... @@ -42,6 +43,7 @@
42 43 soft: -1
43 44 hard: -1
44 45 volumes:
  46 + - /var/run/docker.sock:/var/run/docker.sock
45 47 - /var/jenkins_home:/var/jenkins_home
46 48 - ./data:/data #/usr/share/elasticsearch/data
47 49  
... ... @@ -50,6 +52,7 @@
50 52 container_name: kea_logstash
51 53 restart: unless-stopped
52 54 volumes:
  55 + - /var/run/docker.sock:/var/run/docker.sock
53 56 - /var/jenkins_home:/var/jenkins_home
54 57 - ./data:/data
55 58  
... ... @@ -70,6 +73,7 @@
70 73 - "80:80"
71 74 - "443:443"
72 75 volumes:
  76 + - /var/run/docker.sock:/var/run/docker.sock
73 77 - /var/jenkins_home:/var/jenkins_home
74 78 - ./api:/var/www
75 79 - ./api/nginx/conf.d/:/etc/nginx/conf.d/
... ... @@ -81,6 +85,7 @@
81 85 tty: true
82 86 working_dir: /var/www
83 87 volumes:
  88 + - /var/run/docker.sock:/var/run/docker.sock
84 89 - /var/jenkins_home:/var/jenkins_home
85 90 - ./api:/var/www
86 91 - ./api/php/local.ini:/usr/local/etc/php/conf.d/local.ini
... ... @@ -114,6 +119,7 @@
114 119 - "1883:1883"
115 120 - "9001:9001"
116 121 volumes:
  122 + - /var/run/docker.sock:/var/run/docker.sock
117 123 - /var/jenkins_home:/var/jenkins_home
118 124 - ./data/mosquitto/data:/mosquitto/data
119 125 - ./data/mosquitto/log:/mosquitto/log
... ... @@ -123,6 +129,7 @@
123 129 image: registry.curex-project.eu:443/curex-local/kea_timescaledb:2.1.0-pg11-oss
124 130 container_name: kea_timescaledb
125 131 volumes:
  132 + - /var/run/docker.sock:/var/run/docker.sock
126 133 - /var/jenkins_home:/var/jenkins_home
127 134 - ./data/timescaledb:/var/lib/postgresql/data
128 135 environment: