43 lines
782 B
Bash
43 lines
782 B
Bash
# .env
|
|
|
|
# GitLab root credentials
|
|
GITLAB_ROOT_EMAIL=jacques@jacquesingram.online
|
|
|
|
GITLAB_ROOT_PASSWORD=Abcd@0123456789
|
|
|
|
# GitLab proxy settings
|
|
GITLAB_VIRTUAL_PORT=80
|
|
|
|
GITLAB_VIRTUAL_HOST=gitlab.jacquesingram.online
|
|
|
|
GITLAB_LETSENCRYPT_HOST=gitlab.jacquesingram.online
|
|
|
|
# Xochi Database Credentials
|
|
XOCHI_DB_ROOT_PASSWORD=J@cques011
|
|
|
|
XOCHI_DB_DATABASE=hello_world_wordpress
|
|
|
|
XOCHI_DB_USER=hello_world_wordpress
|
|
|
|
XOCHI_DB_PASSWORD=hello_world_wordpress
|
|
|
|
# WordPress Front-end
|
|
WP_DB_HOST=xochi-database:3306
|
|
|
|
WP_DB_USER=hello_world_wordpress
|
|
|
|
WP_DB_PASSWORD=hello_world_wordpress
|
|
|
|
WP_DB_NAME=hello_world_wordpress
|
|
|
|
# Database Online Server
|
|
DB_OS_ROOT_PASSWORD=lenape
|
|
|
|
DB_OS_DATABASE=sandbox
|
|
|
|
DB_OS_USER=lenape
|
|
|
|
DB_OS_PASSWORD=lenape
|
|
|
|
# Database Browser
|
|
DB_BROWSER_ROOT_PASSWORD=lenape |