UNPKG

@kazion/create-app

Version:

A cli tool to help you get started with graphql and rest api's with typescript

23 lines (17 loc) 269 B
version: '3.9' services: redis: image: redis:7.0.5-alpine container_name: redis restart: always ports: - 6379:6379 volumes: - data:/data networks: - redis-net volumes: data: networks: redis-net: driver: bridge