Self-host OpenSign™ with Docker on Linux/MacOS/Windows
Steps to run OpenSign™ with docker on Linux/MacOS/Windows:
- Firstly, install Docker and ensure it is running before proceeding to the next steps. Make sure that you have NodeJS & GIT installed on your machine. -
- Now, open the terminal and type the following command: +
- Now, start Docker and ensure it runs in the background. Open the terminal and type the following command:
Command for linux/MacOS
export HOST_URL=https://opensign.yourdomain.com && curl --remote-name-all https://raw.githubusercontent.com/OpenSignLabs/OpenSign/docker_beta/docker-compose.yml https://raw.githubusercontent.com/OpenSignLabs/OpenSign/docker_beta/Caddyfile https://raw.githubusercontent.com/OpenSignLabs/OpenSign/docker_beta/.env.local_dev && mv .env.local_dev .env.prod && docker compose up --force-recreate
Note: If you wish to incorporate our latest features into your Docker container, follow the steps again after stopping existing containers.
-