Skip to content

Instantly share code, notes, and snippets.

@tkssharma
Created December 2, 2020 15:52
Show Gist options
  • Save tkssharma/e282b93d6965bf82fa9571cf730f1567 to your computer and use it in GitHub Desktop.
Save tkssharma/e282b93d6965bf82fa9571cf730f1567 to your computer and use it in GitHub Desktop.
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