14
1
Fork
You've already forked deployment
0
Trying to slowly migrate Codeberg/build-deploy-gitea to Docker, starting with an easy-to-setup development server.
This repository has been archived on 2022年01月09日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Shell 82%
Dockerfile 18%
Find a file
2021年10月26日 16:06:48 +02:00
build-deploy-gitea @749c782ca6 Update to latest version & fix configuration problems ( fixes #3 ) 2021年10月26日 16:06:48 +02:00
fixes Update to latest version & fix configuration problems ( fixes #3 ) 2021年10月26日 16:06:48 +02:00
gitea @f0c39e79a4 Update to latest version & fix configuration problems ( fixes #3 ) 2021年10月26日 16:06:48 +02:00
imagemagick Add SVGO for ImageMagick container 2020年07月14日 13:48:11 +02:00
.gitmodules Update to latest version & fix configuration problems ( fixes #3 ) 2021年10月26日 16:06:48 +02:00
docker-compose.yml Update to latest version & fix configuration problems ( fixes #3 ) 2021年10月26日 16:06:48 +02:00
README.md Fix repository URL in README 2020年06月13日 13:41:50 +02:00

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