You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
build-deploy-gitea@749c782ca6 | 7 months ago | |
fixes | 7 months ago | |
gitea@f0c39e79a4 | 7 months ago | |
imagemagick | 2 years ago | |
.gitmodules | 7 months ago | |
README.md | 2 years ago | |
docker-compose.yml | 7 months ago |
README.md
Developing for Codeberg
Step 1: Clone this repository:
git clone --recurse-submodules https://codeberg.org/momar/codeberg-deployment.git && cd deployment
Step 2: Start it with Docker Compose:
docker-compose -p codeberg up --build --force-recreate
You can now access your very own Codeberg test instance at http://localhost.
To clear all data stored in the instance, run docker-compose -p codeberg down -v