docker-compose.yaml/forgejo/.env
2024-08-10 09:07:11 +00:00

12 lines
216 B
Bash

# Environment file for docker-compose.yaml
# Generate new passwords with:
# openssl rand -hex 32
# Forgejo
FORGEJO_PORT=
FORGEJO_SSH_PORT=
FORGEJO_DBNAME=
FORGEJO_DBUSER=
FORGEJO_DBPASS=
FORGEJO_TITLE=
FORGEJO_URL=