Commit 4fec5bd0b9ded41dfcce3a384311b93205095732

Authored by George Vlahavas
1 parent 2df42b0387

Revert "Mount Jenkins directory inside the containers"

This reverts commit 91032c4296aaaf6b85c54e212fd79908a70c038a.

Showing 2 changed files with 0 additions and 8 deletions

docker-compose-jfrog-composer.yml View file @ 4fec5bd
... ... @@ -7,6 +7,5 @@
7 7 container_name: kea_composer
8 8 command: install
9 9 volumes:
10   - - /var/jenkins_home:/var/jenkins_home
11 10 - ./api:/app
docker-compose-jfrog.yml View file @ 4fec5bd
... ... @@ -14,7 +14,6 @@
14 14 - NET_RAW
15 15 command: ONLINE
16 16 volumes:
17   - - /var/jenkins_home:/var/jenkins_home
18 17 - ./data/suricata/log:/var/log/suricata
19 18 - ./data/pcap:/var/pcap
20 19  
... ... @@ -42,7 +41,6 @@
42 41 soft: -1
43 42 hard: -1
44 43 volumes:
45   - - /var/jenkins_home:/var/jenkins_home
46 44 - ./data:/data #/usr/share/elasticsearch/data
47 45  
48 46 logstash:
... ... @@ -50,7 +48,6 @@
50 48 container_name: kea_logstash
51 49 restart: unless-stopped
52 50 volumes:
53   - - /var/jenkins_home:/var/jenkins_home
54 51 - ./data:/data
55 52  
56 53 kibana:
... ... @@ -70,7 +67,6 @@
70 67 - "80:80"
71 68 - "443:443"
72 69 volumes:
73   - - /var/jenkins_home:/var/jenkins_home
74 70 - ./api:/var/www
75 71 - ./api/nginx/conf.d/:/etc/nginx/conf.d/
76 72  
... ... @@ -81,7 +77,6 @@
81 77 tty: true
82 78 working_dir: /var/www
83 79 volumes:
84   - - /var/jenkins_home:/var/jenkins_home
85 80 - ./api:/var/www
86 81 - ./api/php/local.ini:/usr/local/etc/php/conf.d/local.ini
87 82  
... ... @@ -114,7 +109,6 @@
114 109 - "1883:1883"
115 110 - "9001:9001"
116 111 volumes:
117   - - /var/jenkins_home:/var/jenkins_home
118 112 - ./data/mosquitto/data:/mosquitto/data
119 113 - ./data/mosquitto/log:/mosquitto/log
120 114  
... ... @@ -123,7 +117,6 @@
123 117 image: registry.curex-project.eu:443/curex-local/kea_timescaledb:2.1.0-pg11-oss
124 118 container_name: kea_timescaledb
125 119 volumes:
126   - - /var/jenkins_home:/var/jenkins_home
127 120 - ./data/timescaledb:/var/lib/postgresql/data
128 121 environment:
129 122 - POSTGRES_USER=postgres