Commit 2df42b03876338f7021d3043eccfccfc66403830

Authored by George Vlahavas
1 parent 55ff6328d4

Revert "Also share /var/run/docker.sock"

This reverts commit 55ff6328d43dae7f28ad71b764218325df7a113b.

Showing 2 changed files with 0 additions and 8 deletions

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