File "docker-compose.yml"

Full Path: /home/analogde/www/JAVA/04/docker-compose.yml
File size: 268 bytes
MIME-type: text/x-c++
Charset: utf-8

version: '2'
services:
  filegator:
    build: .
    image: filegator:latest
    restart: always
    ports:
      - "8080:8080"
    volumes:
      - repository:/var/www/filegator/repository
      - private:/var/www/filegator/private

volumes:
  repository:
  private: