synth.download/beeper/etc/containers/systemd/ask-js/ask-js.container

25 lines
499 B
Text
Raw Normal View History

[Unit]
Description=Ask.JS
2026-01-01 23:04:20 +07:00
After=postgresql.service
BindsTo=postgresql.service
[Container]
Image=ghcr.io/ihateblueb/ask-js:dev
ContainerName=ask-js
2026-01-01 23:25:31 +07:00
Network=ask-js.network
Network=postgresql.network
PublishPort=127.0.0.1:20617:3579
2026-01-02 05:03:40 +07:00
Volume=/var/containers/ask-js/config:/app/config:ro,Z
# Security
NoNewPrivileges=true
DropCapability=ALL
# Resources
Memory=1g
PodmanArgs=--memory-reservation=512m --cpus=0.4 --cpu-shares=512
[Service]
Restart=always
RestartSec=10s
[Install]
WantedBy=default.target