Skip to content

Commit

Permalink
Integrate Python and R image in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kerny3d committed Nov 18, 2020
1 parent eef7ffe commit b5955a4
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions Knowage-Server-Docker/docker-compose.yml
Expand Up @@ -17,7 +17,23 @@ services:
- HMAC_KEY=abc123
- PASSWORD_ENCRYPTION_SECRET=def456
- PUBLIC_ADDRESS=localhost


knowagepython:
image: knowagelabs/knowage-python-docker:7.2
environment:
- HMAC_KEY=abc123
- KNOWAGE_PUBLIC_ADDRESS=knowage
- PUBLIC_ADDRESS=localhost
networks:
- main

knowager:
image: knowagelabs/knowage-r-docker:7.2
environment:
- HMAC_KEY=abc123
networks:
- main

knowagedb:
image: mariadb:10.3
environment:
Expand All @@ -35,4 +51,3 @@ volumes:

networks:
main:

0 comments on commit b5955a4

Please sign in to comment.