Merge pull request #6214 from GabrielInTheWorld/of-update-initial-data

Updates the docker-compose.dev.yml file to use master
This commit is contained in:
GabrielInTheWorld 2021-08-26 15:55:30 +02:00 committed by GitHub
commit f2515decf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/openslides4-dev/docs/example-data.json
- DATASTORE_INITIAL_DATA_FILE=https://raw.githubusercontent.com/OpenSlides/OpenSlides/master/docs/example-data.json
- OPENSLIDES_DEVELOPMENT=1
ports:
- 9011:9011
@ -129,13 +129,13 @@ services:
manage:
image: openslides-manage-dev
depends_on:
- auth
- datastore-writer
- auth
- datastore-writer
env_file: services.env
environment:
- OPENSLIDES_DEVELOPMENT=1
ports:
- "9008:9008"
- "9008:9008"
message-bus:
image: redis:latest