Skip to content
Snippets Groups Projects
Commit ec174714 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

* adjustment for mac chips

parent 1f14777b
Branches Sprint/2021-10
Tags v2.2.1
No related merge requests found
......@@ -18,7 +18,6 @@ coreapi==2.3.3
coreschema==0.0.4
coverage==7.2.1
cryptography==3.4.8
dbus-python==1.2.18
defusedxml==0.7.1
Deprecated==1.2.13
distlib==0.3.6
......
......@@ -13,6 +13,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='customuser',
name='shibboleth_connector_identifier',
field=models.TextField(blank=True, null=True, unique=True),
field=models.CharField(max_length=520,blank=True, null=True, unique=True),
),
]
mongodb_data
\ No newline at end of file
# Local development
This folder can be used to setup the project for local development
\ No newline at end of file
services:
# MONGO DB
mongodb_container:
image: mongo:6
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: CHANGE_ME
ports:
- 27017:27017
volumes:
- ./mongodb_data:/data/db
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment