Skip to content

Commit

Permalink
removing obj storage env vars for now
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 committed Oct 30, 2024
1 parent 6cea7fc commit 749aaaa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ services:
- DB_NAME={{ template.env.db_name }}
- DB_USER={{ template.env.db_user }}
- DB_PASS={{ template.env.db_pass }}
- OBJ_STORAGE={{ template.env.obj_storage }}
- OBJ_STORAGE_ACCESS_KEY_ID={{ template.env.obj_storage_access_key_id }}
- OBJ_STORAGE_SECRET_ACCESS_KEY={{ template.env.obj_storage_secret_access_key }}
- OBJ_STORAGE_BUCKET_NAME={{ template.env.obj_storage_bucket_name }}
- OBJ_STORAGE_ENDPOINT_URL={{ template.env.obj_storage_endpoint_url }}
command: >
sh -c "poetry run python3 manage.py migrate &&
poetry run python3 manage.py runserver 0.0.0.0:8000"
Expand Down

0 comments on commit 749aaaa

Please sign in to comment.