feat: add homer
This commit is contained in:
parent
d97498105a
commit
8ed9fc4cf9
2 changed files with 22 additions and 0 deletions
2
quadlets/homer/assets.volume
Normal file
2
quadlets/homer/assets.volume
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=homer-assets
|
20
quadlets/homer/homer.container
Normal file
20
quadlets/homer/homer.container
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Homer
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=on-failure
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=docker.io/b4bz/homer
|
||||||
|
ContainerName=homer
|
||||||
|
HostName=homer
|
||||||
|
|
||||||
|
PublishPort=8080:8080
|
||||||
|
|
||||||
|
Volume=homer-assets:/www/assets
|
||||||
|
|
||||||
|
Environment=TZ=Etc/UTC
|
Loading…
Add table
Reference in a new issue