init
Build and Push Container / build-and-push (push) Successful in 23s

This commit is contained in:
2026-05-27 21:35:15 -04:00
commit 43bae61c0a
9 changed files with 1354 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=Developer Homepage
After=network.target
[Container]
ContainerName=homepage
Image=localhost/homepage:latest
AddDevice=/dev/fuse
PublishPort=8080:8080
HealthCheckUrl=http://localhost:8080/
Environment=TZ=UTC
[Install]
WantedBy=default.target