homelab-codex-ws/services/npm/service.yaml

28 lines
532 B
YAML
Raw Permalink Normal View History

2026-05-11 20:46:50 +02:00
service:
name: npm
owner_node: vps
exposure: public
dependencies: []
ports:
- container: 80
host: 80
protocol: tcp
- container: 81
host: 81
protocol: tcp
- container: 443
host: 443
protocol: tcp
healthcheck:
type: http
endpoint: http://localhost:81
interval: 30s
timeout: 10s
retries: 3
restart_policy: unless-stopped
persistence:
paths:
- /home/dockeruser/docker/npm/data
- /home/dockeruser/docker/npm/letsencrypt
2026-05-11 20:46:50 +02:00
env_vars: []