Created
December 2, 2020 15:52
-
-
Save tkssharma/e282b93d6965bf82fa9571cf730f1567 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment