Navigation Menu

Skip to content

topnguyen/Goblin.Notification

Repository files navigation

Docker Build and Run

docker build --tag goblin-notification:1.0 .

docker run --network bridge --publish 8002:80 --env-file DockerEnv --detach --name goblin-notification goblin-notification:1.0


Docker Remove

docker rm --force goblin-notification


Network

docker network ls

docker network create -d bridge goblin

docker network inspect goblin

docker network rm goblin

About

Microservice for Notification (Send email, notification) of Goblin System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published