A system for organizing food orders. Written in ReactJS and Meteor.
Use the automated docker image
version: '2.2'
services:
eatit:
image: eatit
ports:
- "80:8080"
environment:
ROOT_URL: https://example.org
MONGO_URL: mongodb://db:27017
db:
image: mongo
Run the following command:
docker-compose upYou can compile and build the production image with your local codebase using:
docker-compose -f prod.docker-compose up --build
Content type
Image
Digest
Size
302 MB
Last updated
over 7 years ago
docker pull cthit/eatit