# celery with docker-composer **Repository Path**: zhangning-git/celery-with-docker-composer ## Basic Information - **Project Name**: celery with docker-composer - **Description**: 利用docker来封装celery,实现微服务架构 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-06-14 - **Last Updated**: 2023-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # celery-with-docker-compose docker-compose up --force-recreate test.py can run both in host or in docker container: cd ./app python3 test.py