Commit f00f6a77 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

docker-compose : supression de la dépendance du service sygal envers le service sygal-import-ws

parent 26f4906f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3,8 +3,6 @@ version: '2'
services:
  sygal:
    container_name: sygal-container
    depends_on:
    - sygal-import-ws
    build:
      args:
        PHP_VERSION: 7.0
@@ -17,8 +15,6 @@ services:
     - /tmp:/tmp
     - $HOME/.ssh:/root/.ssh
    working_dir: /app
    links:
    - "sygal-import-ws"
    network_mode: bridge

  sygal-import-ws: