version: "3.9" services: fedisearch-postgres: ports: - 5432:5432 volumes: - ./volumes/postgres-sql:/data fedisearch-crawler: image: skorpil/fedicrawl:dev build: target: dev volumes: - ./build/fedicrawl/application:/srv fedisearch-searcher: image: skorpil/fedisearch:dev build: target: dev ports: - 3000:3000 volumes: - ./build/fedisearch/application:/srv volumes: fedisearch-postgres-data: