-
As a standalone Docker image:
# Check docs/basic-setup.md and docs/advanced-setup.md for instructions # on how to set up your Phorge instance. docker run \ --rm -p 80:80 -p 443:443 -p 22:22 \ --env PHORGE_HOST=mydomain.com \ --env MYSQL_HOST=10.0.0.1 \ --env MYSQL_USER=user \ --env MYSQL_PASS=pass \ --env PHORGE_REPOSITORY_PATH=/repos \ -v /host/repo/path:/repos \ ghcr.io/recaptime-dev/phorge-alpine
-
Via Docker Compose:
docker compose up
Docs for the Docker image can be found at the docs directory.
For help in using the Docker image, you can get assistance from the RecapTime.dev crew and community through the following places:
- in the GitHub Discussions organization-wide, through its dedicated project category
- join our Zulip Cloud organization and ask in the
projects/phorge-docker-imagechannel
If you need help with using Phorge itself, see the upstream docs for details.
The configuration scripts provided in this image are licensed under the MIT license. Phorge itself and all accompanying software are licensed under their respective software licenses.