Update build files

This commit is contained in:
Late Night Defender 2024-07-23 11:37:58 +07:00
parent a930ffaa28
commit 1479709962
3 changed files with 16 additions and 13 deletions

View file

@ -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

3
techtransthai-blog.build Normal file
View file

@ -0,0 +1,3 @@
[Build]
ImageTag=ttt-blog
SetWorkingDirectory=unit=/media/sasha/Data1/Apps/ttt-blog

View file

@ -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