2024-01-03 22:57:10 +01:00
|
|
|
[Unit]
|
2024-04-06 22:37:46 +02:00
|
|
|
Description=TrashPoss container
|
2024-01-03 22:57:10 +01:00
|
|
|
[Container]
|
2024-04-06 23:55:59 +02:00
|
|
|
Image=iceshrimp.dev/crimekillz/trashposs:latest
|
|
|
|
ContainerName=trashposs_web
|
2024-01-03 22:57:10 +01:00
|
|
|
HostName=web
|
|
|
|
PublishPort=3000:3000
|
2024-04-06 23:55:59 +02:00
|
|
|
Network=trashposs.network
|
2024-01-03 22:57:10 +01:00
|
|
|
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
|
2024-01-03 22:57:10 +01:00
|
|
|
[Service]
|
|
|
|
Restart=on-failure
|
|
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target default.target
|