2022-08-06 16:21:43 +02:00
2022-08-03 19:06:37 +02:00
2022-08-06 15:36:55 +02:00
2022-08-06 16:19:35 +02:00

Docker

Step 1 - Setup

Make sure the following dependencies are met:

  • git
  • curl
  • jq

Step 2 - Configure

Clone the repo

$ git clone https://codeberg.org/Hyperpipe/Docker

Make the setup script executable

$ chmod u+x gen.sh

Run the setup script

$ ./gen.sh

Step 3 - Docker

Build

$ docker-compose build

Start the container

$ docker-compose up

Step 4 - update

Just run the update script

./update.sh

Step 5 -- clean

You can use this to clean old files but be aware that all docker images that are down will get removed too so if you self host other stuff than hyperpipe, make sure to run all images (incl databases) then run the command down

sudo docker system prune -a; sudo docker volume prune ; sudo docker network prune; sudo docker image prune
S
Description
No description provided
Readme 40 KiB
Languages
Shell 100%