Yopass

Secure sharing of secrets, passwords and files.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.0"
services:
  memcached:
    image: memcached
    restart: always
    expose:
      - "11211"
  yopass:
    image: jhaals/yopass
    restart: always
    ports:
      - 8000:80
    command: --memcached=memcached:11211 --port 80

Resources

Website: https://yopass.se/

GitHub: https://github.com/jhaals/yopass

Docker Hub: https://hub.docker.com/r/jhaals/yopass

Configuration: https://github.com/jhaals/yopass#installation—configuration