Commit 9b403082 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added entry for the file_catalog container.

parent 0464d705
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
version: '2.0'
services:
  file_catalog:
    build: ./file_catalog
    container_name: file_catalog
    networks:
    - backend_net
    ports:
    - "5432:5432"
  redis:
    image: redis
    container_name: redis
    depends_on:
    - file_catalog
    networks:
    - backend_net
    ports: