Updates the initial data used by the datastore
This commit is contained in:
parent
7b8139dbfe
commit
1b630ba714
@ -26,7 +26,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- DATASTORE_ENABLE_DEV_ENVIRONMENT=1
|
- DATASTORE_ENABLE_DEV_ENVIRONMENT=1
|
||||||
- COMMAND=create_initial_data
|
- 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
|
- OPENSLIDES_DEVELOPMENT=1
|
||||||
ports:
|
ports:
|
||||||
- 9011:9011
|
- 9011:9011
|
||||||
@ -129,13 +129,13 @@ services:
|
|||||||
manage:
|
manage:
|
||||||
image: openslides-manage-dev
|
image: openslides-manage-dev
|
||||||
depends_on:
|
depends_on:
|
||||||
- auth
|
- auth
|
||||||
- datastore-writer
|
- datastore-writer
|
||||||
env_file: services.env
|
env_file: services.env
|
||||||
environment:
|
environment:
|
||||||
- OPENSLIDES_DEVELOPMENT=1
|
- OPENSLIDES_DEVELOPMENT=1
|
||||||
ports:
|
ports:
|
||||||
- "9008:9008"
|
- "9008:9008"
|
||||||
|
|
||||||
message-bus:
|
message-bus:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user