services:
  # piped-build-dbg:
  #   image: piped-build-dbg
  #   build:
  #     context: .
  #     dockerfile: Dockerfile.piped
  #     target: build
  piped:
    image: git.dc09.ru/darkcat09/piped
    build:
      context: .
      dockerfile: Dockerfile.piped
      target: run
    network_mode: host
    environment:
      MAX_MEMORY: 512M
    volumes:
      - "./config.properties:/app/config.properties"