Commit 168d65a7 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

docker-compose : le service sygal ne dépend plus de sygal-import-ws ; volume...

docker-compose : le service sygal ne dépend plus de sygal-import-ws ; volume /tmp pour sygal-import-ws.
parent 1851b9e7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4,8 +4,6 @@ services:
  sygal:
    image: sygal-image-php7.3
    container_name: sygal-container-php7.3
    depends_on:
      - sygal-import-ws
    environment:
      - http_proxy
      - https_proxy
@@ -31,6 +29,7 @@ services:
     - "8443:443"
    volumes:
     - ../sygal-import-ws:/app
     - /tmp:/tmp
    working_dir: /app
    networks:
      - sygalnet