Commit 18de805c authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Removed unused 'localhost_net'.

parent 3f69950d
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ services:
    - rabbitmq
    networks:
    - backend_net
    - localhost_net
    stdin_open: true
    tty: true
    command: ["./wait-for-it.sh", "rabbitmq:5672", "--", "python3", "transfer_service.py"]
@@ -53,5 +52,3 @@ services:
    tty: true
networks:
  backend_net:
 No newline at end of file
  localhost_net:
    driver: bridge
 No newline at end of file