mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 19:06:21 +00:00
15 lines
250 B
Plaintext
15 lines
250 B
Plaintext
# Domains & Project
|
|
PREFIX=p1
|
|
DOMAIN_NAME=passbolt.nickyeoman.com
|
|
|
|
# Passwords
|
|
MYSQL_ROOT_PASSWORD=ChangeMe2ASecurepass!
|
|
MYSQL_PASSWORD=Again2ASecurepass!
|
|
|
|
# Software versions
|
|
DB_V=10.4.11
|
|
PASSBOLT_V=2.12.0-debian
|
|
|
|
# Network
|
|
NETWORK_NAME=traefik_web
|