Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Commit

Permalink
#320 Comment back refarm site mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Nov 17, 2018
1 parent 85e960b commit 4efd8f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ services:
volumes:
- ./../:$SRC_DIR
# Thus, you can work with apps related to the refarm-site
- $REFARM_DIR/catalog:/root/.local/lib/python3.6/site-packages/catalog
- $REFARM_DIR/ecommerce:/root/.local/lib/python3.6/site-packages/ecommerce
- $REFARM_DIR/pages:/root/.local/lib/python3.6/site-packages/pages
- $REFARM_DIR/search:/root/.local/lib/python3.6/site-packages/search
#- $REFARM_DIR/catalog:/root/.local/lib/python3.6/site-packages/catalog
#- $REFARM_DIR/ecommerce:/root/.local/lib/python3.6/site-packages/ecommerce
#- $REFARM_DIR/pages:/root/.local/lib/python3.6/site-packages/pages
#- $REFARM_DIR/search:/root/.local/lib/python3.6/site-packages/search
# @todo #150 Validate if `.env` is full
# Is full means '.env` contains all keynames from `.env.dist`
command: python manage.py runserver 0.0.0.0:8000
Expand Down

0 comments on commit 4efd8f7

Please sign in to comment.