Update build files
This commit is contained in:
parent
a930ffaa28
commit
1479709962
3 changed files with 16 additions and 13 deletions
|
@ -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
3
techtransthai-blog.build
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Build]
|
||||||
|
ImageTag=ttt-blog
|
||||||
|
SetWorkingDirectory=unit=/media/sasha/Data1/Apps/ttt-blog
|
13
techtransthai-blog.container
Normal file
13
techtransthai-blog.container
Normal 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
|
Loading…
Reference in a new issue