Commit 414e128d authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added SSH keys volume for local demo.

parent 67218e2e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ services:
    volumes:
      - local:/home
      - hot_storage:/mnt/hot_storage/users/
      - "/root/.ssh:/root/.ssh"
    build: ./transfer_service
    container_name: transfer_service
    depends_on: