Created
December 2, 2020 15:56
-
-
Save tkssharma/0cebaf9af2de00c05a2b559fd99a3d9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.5' | |
services: | |
zota_mongo: | |
volumes: | |
- mongo_data:/data/configdb | |
- mongo_data:/data/mysql | |
gateway: | |
volumes: | |
- ./proxy/default.conf:/etc/nginx/conf.d/default.conf:ro | |
- ./proxy/ssl:/etc/nginx/ssl:ro | |
zota_redis: | |
volumes: | |
- redis_data:/var/lib/redis | |
zota_gatekeeper: | |
build: | |
args: | |
GIT_TOKEN: TOKEN | |
volumes: | |
- ./gatekeeper/:/usr/src/app | |
- gatekeeper_modules:/usr/src/app/node_modules | |
- ~/.npmrc/:/root/.npmrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment