Implement hashing bypass for groups
This commit is contained in:
@@ -14,6 +14,16 @@ services:
|
||||
- .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
|
||||
|
||||
# pyroscope:
|
||||
# image: pyroscope/pyroscope
|
||||
|
||||
Reference in New Issue
Block a user