OpenSlides/docker-compose.prod.yml
FinnStutzenstein 4484d1e4ef Integrating the client and datastore into the main repo:
- Added each service as a submodule for development
- Added conventions for naming environment variables
- Added required targets in makefiles of services
2020-02-26 14:47:13 +01:00

12 lines
358 B
YAML

version: '3'
services:
datastore-writer:
build: https://github.com/OpenSlides/openslides-datastore-service.git#:writer
image: openslides-datastore-writer
client:
build: https://github.com/OpenSlides/openslides-client.git
image: openslides-client
haproxy:
build: ./haproxy
image: openslides-haproxy