diff --git a/compute4change-news.container b/compute4change-news.container deleted file mode 100644 index 77d194a..0000000 --- a/compute4change-news.container +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Compute4Change Website - -[Container] -ContainerName=compute4change-news -Image=compute4change-news -PublishPort=8092:80 - -[Service] -Restart=always - -[Install] -WantedBy=multi-user.target default.target \ No newline at end of file diff --git a/techtransthai-blog.build b/techtransthai-blog.build new file mode 100644 index 0000000..cbdfa6a --- /dev/null +++ b/techtransthai-blog.build @@ -0,0 +1,3 @@ +[Build] +ImageTag=ttt-blog +SetWorkingDirectory=unit=/media/sasha/Data1/Apps/ttt-blog \ No newline at end of file diff --git a/techtransthai-blog.container b/techtransthai-blog.container new file mode 100644 index 0000000..224a410 --- /dev/null +++ b/techtransthai-blog.container @@ -0,0 +1,13 @@ +[Unit] +Description=TechTransThai Blog Website + +[Container] +ContainerName=ttt-blog +Image=ttt-blog +PublishPort=8092:80 + +[Service] +Restart=always + +[Install] +WantedBy=multi-user.target default.target