Manage your daily tasks and grocery runs with a lightweight, collaborative list application designed for real-time synchronization. Whether you are coordinating household chores or planning a weekly supermarket trip, this platform ensures everyone stays on the same page. The mobile-first interface provides a smooth experience on any device, allowing users to swipe, check, and search through items effortlessly.
Enjoy a highly customizable experience with the following key features:
services:
our-shopping-list:
image: ourshoppinglist/our-shopping-list:latest
container_name: our-shopping-list
restart: unless-stopped
ports:
- "8080:8080"
environment:
- MONGO_URL=mongodb://mongo:27017/osl
depends_on:
- mongo
mongo:
image: mongo:4
container_name: osl-mongo
restart: unless-stopped
volumes:
- ./data/mongo:/data/db# No sensitive environment variables are required for the default configuration.
# If you configure authentication or external databases, add secrets here.Auto-fetched 16 minutes ago
Auto-fetched 16 minutes ago