Không có mô tả

ghorsington 5659b6b193 Initial commit 4 năm trước cách đây
src 5659b6b193 Initial commit 4 năm trước cách đây
.dockerignore 5659b6b193 Initial commit 4 năm trước cách đây
.gitignore 5659b6b193 Initial commit 4 năm trước cách đây
Dockerfile 5659b6b193 Initial commit 4 năm trước cách đây
README.md 5659b6b193 Initial commit 4 năm trước cách đây
docker-compose.yml 5659b6b193 Initial commit 4 năm trước cách đây
ftp.env.template 5659b6b193 Initial commit 4 năm trước cách đây
requirements.txt 5659b6b193 Initial commit 4 năm trước cách đây

README.md

Bepisbuilds

Builds distribution website for BepInEx and other distributions

How to run

  1. Rename ftp.env.template to ftp.env and specify the FTP credentials you want to use
    • Optional: Edit docker-compose.yml to set ports to the webapp and FTP servers
  2. Run docker-compose build to build the images
  3. Run docker-compose up to start

This will create volume bepisbuilds_builds-volume (assuming the working dir of this project is bepisbuilds) which is used to store build artifacts.