Merge pull request #6288 from ostcar/vote-volumes

Add volumes to vote-dev-environment
This commit is contained in:
Sean 2021-11-24 10:57:24 +01:00 committed by GitHub
commit fe163c809d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -173,5 +173,8 @@ services:
- VOTE_DATABASE_NAME=openslides
- AUTH=ticket
- AUTH_HOST=auth
volumes:
- ../openslides-vote-service/cmd:/root/cmd
- ../openslides-vote-service/internal:/root/internal
ports:
- "9013:9013"