Implement hashing bypass for groups
This commit is contained in:
@@ -15,6 +15,16 @@ services:
|
||||
- ../stack.env
|
||||
volumes_from:
|
||||
- tmp
|
||||
depends_on:
|
||||
- migration
|
||||
|
||||
migration:
|
||||
image: pathogen/neptune:latest
|
||||
command: sh -c '. /venv/bin/activate && python manage.py migrate --noinput'
|
||||
volumes:
|
||||
- ${PORTAINER_GIT_DIR}:/code
|
||||
- ${NEPTUNE_LOCAL_SETTINGS}:/code/app/local_settings.py
|
||||
- ${NEPTUNE_DATABASE_FILE}:/code/db.sqlite3
|
||||
|
||||
tmp:
|
||||
image: busybox
|
||||
|
||||
Reference in New Issue
Block a user