add Docker admin activity example

This commit is contained in:
Justin Goette 2021-08-18 21:48:08 -04:00 committed by Christopher Charbonneau Wells
parent fad8f1500e
commit f48141e2bb
1 changed files with 9 additions and 0 deletions

View File

@ -77,6 +77,15 @@ services:
[babybuddy/babybuddy](https://hub.docker.com/r/babybuddy/babybuddy) on Docker Hub
Future versions of Baby Buddy will use the LSIO container.
For doing administrative work within the LSIO container, setting an environment variable may be necessary.
For example:
```
docker exec -it babybuddy /bin/bash
export DJANGO_SETTINGS_MODULE="babybuddy.settings.base"
python3 /app/babybuddy/manage.py clearsessions
```
### Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)