Commit 8ace9698964bde5d6bf7bccf02445167711ca936

Authored by George Vlahavas
1 parent 4f10a64a16

Revert "Test using host absolute paths for mounting volumes"

This reverts commit 4f10a64a1610ada1aff4663880d3b942ed8b0b8d.

Showing 2 changed files with 5 additions and 5 deletions

docker-compose-jfrog-composer.yml View file @ 8ace969
... ... @@ -7,5 +7,5 @@
7 7 container_name: kea_composer
8 8 command: install
9 9 volumes:
10   - - /share/jenkins/api:/app
  10 + - ./api:/app
docker-compose-jfrog.yml View file @ 8ace969
... ... @@ -67,8 +67,8 @@
67 67 - "80:80"
68 68 - "443:443"
69 69 volumes:
70   - - /share/jenkins/api:/var/www
71   - - /share/jenkins/api/nginx/conf.d/:/etc/nginx/conf.d/
  70 + - ./api:/var/www
  71 + - ./api/nginx/conf.d/:/etc/nginx/conf.d/
72 72  
73 73 api:
74 74 image: registry.curex-project.eu:443/curex-local/kea_api:1.0.1
... ... @@ -77,8 +77,8 @@
77 77 tty: true
78 78 working_dir: /var/www
79 79 volumes:
80   - - /share/jenkins/api:/var/www
81   - - /share/jenkins/api/php/local.ini:/usr/local/etc/php/conf.d/local.ini
  80 + - ./api:/var/www
  81 + - ./api/php/local.ini:/usr/local/etc/php/conf.d/local.ini
82 82  
83 83 #OD
84 84 od: