publish personal install packages 20260520

This commit is contained in:
2026-05-19 23:58:32 +08:00
parent c7ed88b2d8
commit fb149b4e00
14 changed files with 349 additions and 13 deletions

View File

@@ -21,12 +21,18 @@ services:
reactive-resume:
image: amruthpillai/reactive-resume:latest
restart: unless-stopped
entrypoint: ["/bin/sh", "-c"]
command:
- |
sh /opt/reactive-resume-patches/reactive-resume-runtime-patch.sh
exec node .output/server/index.mjs
env_file:
- .env
ports:
- "${LOCAL_BIND_IP}:${LOCAL_APP_PORT}:3000"
volumes:
- reactive_resume_data:/app/data
- ./patches/reactive-resume-runtime-patch.sh:/opt/reactive-resume-patches/reactive-resume-runtime-patch.sh:ro
networks:
- resume_net
depends_on: