Skip to content

Commit

Permalink
Remove unused DEVEL references
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Sep 4, 2021
1 parent 7b12c70 commit bde93ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ services:
context: .
target: dev
args:
DEVEL: "yes"
IPYTHON: "no"
command: gunicorn --reload -b 0.0.0.0:8000 warehouse.wsgi:application
env_file: dev/environment
Expand Down Expand Up @@ -102,8 +101,6 @@ services:
build:
context: .
target: dev
args:
DEVEL: "yes"
command: hupper -m celery -A warehouse worker -B -S redbeat.RedBeatScheduler -l info
volumes:
- ./warehouse:/opt/warehouse/src/warehouse:z
Expand Down

0 comments on commit bde93ee

Please sign in to comment.