Merge pull request #6281 from GabrielInTheWorld/new-dev-setup

Change the initial data
This commit is contained in:
Sean 2021-11-15 15:04:47 +01:00 committed by GitHub
commit 67a82de70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ services:
environment:
- DATASTORE_ENABLE_DEV_ENVIRONMENT=1
- COMMAND=create_initial_data
- DATASTORE_INITIAL_DATA_FILE=https://raw.githubusercontent.com/OpenSlides/OpenSlides/master/docs/example-data.json
- DATASTORE_INITIAL_DATA_FILE=https://raw.githubusercontent.com/OpenSlides/openslides-backend/master/global/data/example-data.json
- OPENSLIDES_DEVELOPMENT=1
ports:
- 9011:9011
@ -148,6 +148,6 @@ services:
mailhog:
image: mailhog/mailhog
logging:
driver: 'none' # disable saving logs
driver: "none" # disable saving logs
ports:
- "8025:8025" # web ui to check mails manually