publish personal install packages 20260520
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user