mirror of
https://git.myvelabs.com/docker/docker-compose.yaml.git
synced 2025-12-17 21:26:17 +00:00
13 lines
226 B
Bash
13 lines
226 B
Bash
# Environment file for docker-compose.yaml
|
|
# Generate new passwords with:
|
|
# openssl rand -hex 32
|
|
|
|
# Fill in registry
|
|
REGISTRY=
|
|
|
|
# Fireshare
|
|
FIRESHARE_PORT=
|
|
FIRESHARE_ADMIN=
|
|
FIRESHARE_PASSWORD=
|
|
FIRESHARE_SECRET=
|
|
FIRESHARE_URL=
|