Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 299 Bytes

File metadata and controls

18 lines (9 loc) · 299 Bytes

This is a sample project for a tutorial I am writing

Get the environment variables:

Run this command from your cmd

cp .env.sample .env

Build it :

Use the following command

docker-compose up -d --build

Check what we have with this :

docker-compose logs celery-worker