mirror of
https://git.myvelabs.com/docker/docker-compose.yaml.git
synced 2025-12-17 19:46:17 +00:00
12 lines
216 B
Bash
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=
|