mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
17 lines
436 B
Plaintext
17 lines
436 B
Plaintext
[Unit]
|
|
Description=TrashPoss container
|
|
[Container]
|
|
Image=iceshrimp.dev/crimekillz/trashposs:latest
|
|
ContainerName=trashposs_web
|
|
HostName=web
|
|
PublishPort=3000:3000
|
|
Network=trashposs.network
|
|
Environment=NODE_ENV=production
|
|
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
|