Files
homepage/homepage.container
T
ducoterra 43bae61c0a
Build and Push Container / build-and-push (push) Successful in 23s
init
2026-05-27 21:52:36 -04:00

15 lines
261 B
INI

[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