Plik

Plik is a scalable and friendly temporary file upload system.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "2"
services:
  plik:
    image: rootgg/plik:latest
    container_name: plik
    volumes:
      - ./plikd.cfg:/home/plik/server/plikd.cfg
      - ./data:/data
    ports:
      - 8080:8080   
    restart: "unless-stopped"

Resources

Website: https://plik.root.gg/

GitHub: https://github.com/root-gg/plik

Docker Hub: https://hub.docker.com/r/rootgg/plik

Configuration: https://github.com/root-gg/plik/blob/master/documentation/docker.md