Skip to content

Conversation

@peterkronenberg-rtx
Copy link

No description provided.

#echo "sudo docker stop ${container_name}" >> cancel.sh
echo "cd ${service_ngencerf_docker_dir}" >> cancel.sh
echo "docker compose -f production-pw.yaml down --remove-orphans" >> cancel.sh
echo "docker compose --env-file /ngencerf-app/ngencerf-server/docker.env -f production-pw.yaml down --remove-orphans" >> cancel.sh

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added --env-file here because it fails without it now that .env has been changed to docker.env

Copy link

@miguelp1986 miguelp1986 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on dev2 and it works.

@peterkronenberg-rtx peterkronenberg-rtx merged commit 4815e53 into development Dec 29, 2025
@peterkronenberg-rtx peterkronenberg-rtx deleted the peter_env_rename branch December 29, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants