mirror of
https://git.myvelabs.com/docker/docker-compose.yaml.git
synced 2025-12-17 21:26:17 +00:00
14 lines
233 B
Bash
14 lines
233 B
Bash
|
|
# Environment file for docker-compose.yaml
|
||
|
|
# Generate new passwords with:
|
||
|
|
# openssl rand -hex 32
|
||
|
|
|
||
|
|
# Fill in registry
|
||
|
|
REGISTRY=
|
||
|
|
|
||
|
|
# Immich
|
||
|
|
IMMICH_PORT=
|
||
|
|
IMMICH_REDIS_HOST=
|
||
|
|
IMMICH_DB_HOST=
|
||
|
|
IMMICH_DB_NAME=
|
||
|
|
IMMICH_DB_USER=
|
||
|
|
IMMICH_DB_PASS=
|