- Go
- Docker
Ensure the .env
is in the project root folder and variables are set.
docker-compose config
docker-compose up -d --build
docker-compose down
kubectl apply -f deploy
kubectl delete -f deploy
Ensure the .env
is in the project root folder and variables are set.
docker-compose config
docker-compose up -d --build
docker-compose down
kubectl apply -f deploy
kubectl delete -f deploy