From 147970996226edb3346615a026bb942e8d132933 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Tue, 23 Jul 2024 11:37:58 +0700 Subject: [PATCH] Update build files --- compute4change-news.container | 13 ------------- techtransthai-blog.build | 3 +++ techtransthai-blog.container | 13 +++++++++++++ 3 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 compute4change-news.container create mode 100644 techtransthai-blog.build create mode 100644 techtransthai-blog.container 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