ALT dockerfile for gitea.
Copy Dockerfile somewhere and build the image:
$ docker build --rm -t <username>/gitea .
And launch the gitea container:
docker run -d -p 80:3000 -p 2222:22 -v <gitea_path>:/var/lib/gitea <username>/gitea
After mounting gitea_path would contain all variable gitea data. Gitea parameters could be customized via files in gitea_path.
Main configuration paths (relative to gitea_path):
Content type
Image
Digest
Size
106.9 MB
Last updated
over 4 years ago
docker pull altcloud/gitea