trashposs/docs/examples/Podman (quadlet)/trashposs-web.container

17 lines
436 B
Plaintext
Raw Normal View History

[Unit]
2024-04-06 22:37:46 +02:00
Description=TrashPoss container
[Container]
2024-04-06 23:55:59 +02:00
Image=iceshrimp.dev/crimekillz/trashposs:latest
ContainerName=trashposs_web
HostName=web
PublishPort=3000:3000
2024-04-06 23:55:59 +02:00
Network=trashposs.network
Environment=NODE_ENV=production
2024-04-06 23:55:59 +02:00
Volume=%h/services/trashposs/files:/trashposs/files:z
Volume=%h/services/trashposs/.config:/trashposs/.config:ro,z
[Service]
Restart=on-failure
TimeoutStartSec=900
[Install]
WantedBy=multi-user.target default.target