2022-08-06 16:48:17 +02:00
2022-08-06 16:26:54 +02:00
2022-08-06 16:48:17 +02:00
2022-08-06 16:19:35 +02:00

Docker

Hosting

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

Updating

Run the update script

$ ./update.sh

Cleaning

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

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