Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
/ docker-mealie Public archive

Running mealie from docker-compose - getting started with docker

Notifications You must be signed in to change notification settings

conrad82/docker-mealie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

docker-mealie

Running mealie from docker-compose - getting started with docker

Quick-start guide:

  1. Set up raspberry pi with raspbian OS or Ubuntu server (64-bit)
  1. Connect to Raspberry Pi using keyboard/mouse or ssh
  2. Install git and docker-compose, and start docker
  • Open up terminal, or via ssh:
sudo apt update
sudo apt install git docker-compose
sudo systemctl start docker
  1. Download this repository
git clone https://github.com/conrad82/docker-mealie.git
  1. Run the service
cd docker-mealie
sudo docker-compose up

If you want it to run in the background (daemon), use command sudo docker-compose up -d instead.

  1. Test the service
  • Open up browser
  • Go to http://raspberry-pi-ip:9000
  1. Finished! Documentation for Mealie can be found here: https://hay-kot.github.io/mealie/

Info

  • To run via ssh, you must find the raspberry pi ip address
    • usually by logging on to router and looking for connected ip's.
    • it may be possible to use address raspberrypi or raspberrypi.local , depending on your router DHCP server.
  • The docker container settings are shown in docker-compose.yml.
  • Headless Ubuntu wifi on first install
    • In system-boot partition:
      • create empty file ssh on install disk
      • edit the network-config file to add your Wi-Fi credentials. An example is already included in the file, you can simply adapt it.

About

Running mealie from docker-compose - getting started with docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published