mirror of
https://git.myvelabs.com/docker/docker-compose.yaml.git
synced 2025-12-17 19:46:17 +00:00
14 lines
226 B
Bash
14 lines
226 B
Bash
# Environment file for docker-compose.yaml
|
|
# Generate new passwords with:
|
|
# openssl rand -hex 32
|
|
|
|
# Fill in registry
|
|
REGISTRY=
|
|
|
|
# Shlink
|
|
SHLINK_WEBUI_PORT=
|
|
SHLINK_PORT=
|
|
SHLINK_URL=
|
|
SHLINK_DBNAME=
|
|
SHLINK_DBUSER=
|
|
SHLINK_DBPASS=
|