Open singhalkarun opened 4 months ago
A CLI that takes important attributes of a service and adds it in the docker-compose.yaml file (if docker-compose.yaml doesn't exists, it creates a docker-compose.yaml)
SERVICE_NAME IMAGE_URL MEM_LIMIT REPLICAS ENVIRONMENT: a:b c:d e:f VOLUMES
Service attributes will be very similar to what we had in K8S.
Skipping ENVIRONMENT: a:b c:d e:f and VOLUMES for now.
Link for PR : https://github.com/Samagra-Development/devops/pull/73
A CLI that takes important attributes of a service and adds it in the docker-compose.yaml file (if docker-compose.yaml doesn't exists, it creates a docker-compose.yaml)
SERVICE_NAME IMAGE_URL MEM_LIMIT REPLICAS ENVIRONMENT: a:b c:d e:f VOLUMES
Service attributes will be very similar to what we had in K8S.