UNPKG

cc-core-cli

Version:

Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.

12 lines (11 loc) 222 B
version: "3.0" services: cc-admin: build: context: . image: cc-admin container_name: cc-admin restart: always env_file: .env ports: - "4000:4000"