docker-compose.yml

15 lines | 334 B Blame History Raw Download
version: "3"
services:
  caching-approaches-comparison:
    build: .
    container_name: caching-approaches-comparison
    volumes:
      - ../:/caching-approaches-comparison
      - /root/.m2:/root/.m2
    restart: unless-stopped
    ports:
      - "5001:22"
    logging:
      options:
        max-size: "10m"
        max-file: "10"