mirror of
https://git.myvelabs.com/docker/docker-compose.yaml.git
synced 2025-12-17 21:36:16 +00:00
10 lines
159 B
Bash
10 lines
159 B
Bash
|
|
# Environment file for docker-compose.yaml
|
||
|
|
# Generate new passwords with:
|
||
|
|
# openssl rand -hex 32
|
||
|
|
|
||
|
|
# Fill in registry
|
||
|
|
REGISTRY=
|
||
|
|
|
||
|
|
# Searx
|
||
|
|
SEARX_PORT=
|
||
|
|
SEARX_URL=
|