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

Suppress warning about blank env vars #142

Merged
merged 1 commit into from
Jul 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ services:
- ROOT_SHORTENING_URL=localhost:8000
- THUMBNAIL_PROXY_URL=http://thumbs:8222
- DJANGO_SECRET_KEY=ny#b__$$f6ry4wy8oxre97&-68u_0lk3gw(z=d40_dxey3zw0v1
- AWS_SECRET_ACCESS_KEY
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY=''
- AWS_ACCESS_KEY_ID=''
stdin_open: true
tty: true

Expand Down