Browse Source

Se añade directorio de shape al docker de stats_command_worker.

Maxi Schvindt 7 years ago
parent
commit
330568b541
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docker-compose.yml

+ 4 - 0
docker-compose.yml

@@ -205,6 +205,8 @@ services:
   stats_command_worker:
   stats_command_worker:
     restart: always
     restart: always
     image: docker.infra.flowdat.com/fd3/stats:latest
     image: docker.infra.flowdat.com/fd3/stats:latest
+    build:
+      context: ./stats
     command: bin/console rabbitmq:consumer command_consumer
     command: bin/console rabbitmq:consumer command_consumer
     restart: always
     restart: always
     links:
     links:
@@ -221,6 +223,7 @@ services:
       AMQP_KEY: stats
       AMQP_KEY: stats
     volumes:
     volumes:
       - ./stats:/opt/stats
       - ./stats:/opt/stats
+      - ./geoserver/geoserver-shapes:/var/www/shapes
     env_file:
     env_file:
       - host.env
       - host.env
 
 
@@ -364,6 +367,7 @@ services:
       - ./supervisord/bin/fiberlink:/usr/bin/fiberlink
       - ./supervisord/bin/fiberlink:/usr/bin/fiberlink
     environment:
     environment:
       TERM: "xterm"
       TERM: "xterm"
+  
   geoserver:
   geoserver:
     build:
     build:
       context: ./extra/geoserver/
       context: ./extra/geoserver/