mirror of
https://git.myvelabs.com/docker/docker-compose.yaml.git
synced 2025-12-17 19:56:16 +00:00
15 lines
258 B
Bash
15 lines
258 B
Bash
# Environment file for docker-compose.yaml
|
|
# Generate new passwords with:
|
|
# openssl rand -hex 32
|
|
|
|
# Fill in registry
|
|
REGISTRY=
|
|
|
|
# Invidious
|
|
INVIDIOUS_PORT=
|
|
INVIDIOUS_DBNAME=
|
|
INVIDIOUS_DBUSER=
|
|
INVIDIOUS_DBPASS=
|
|
INVIDIOUS_URL=
|
|
INVIDIOUS_ADMIN=
|
|
INVIDIOUS_HMAC=
|