Benotes: Container to Store Website Links or Bookmarks and Add Notes with Docker
Tiempo de lectura: 2 minutos Reading time: 2 minutes Today we’re going to see how we can deploy a container to store notes or links to our interesting websites or projects. Based on benotes (https://github.com/fr0tt/benotes_docker-compose) The first thing we need to do is create this Docker Compose: version: “3.6” services: benotes_app: container_name: benotes_app image: fr0tt/benotes:2.7.0-beta restart: unless-stopped environment: DB_CONNECTION: ${DB_CONNECTION} … Read more