Aug 10, 2021
0
Level 5
How to migrate a FORGE daemon to VAPOR
Hey guys,
I am migrating an existing FORGE project to VAPOR. I am using Docker, because my project is big and needs another dependencies like php extensions.
In FORGE I have a daemon that only runs a scripts "node script.js". How can I do this in Vapor? Do I need to install supervisor and set the config in DOCKER, so that script will run automatically?
Please or to participate in this conversation.