-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.env
27 lines (19 loc) · 840 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Molior docker compose env file
# Make sure docker compose uses 'molior' as project name, instead of directory name
COMPOSE_PROJECT_NAME=molior
# the following settings are for creating credentials and keys on first startup
# debian package signing keys
DEBSIGN_NAME=molior
DEBSIGN_EMAIL=debsign@molior
# Note: make sure debsign_gpg_email in config/molior.yml matches DEBSIGN_EMAIL
REPOSIGN_NAME=molior
REPOSIGN_EMAIL=reposign@molior
# Note: make sure aptly/gpg_key in config/molior.yml matches REPOSIGN_EMAIL
# Create docker registry login
REGISTRY_USER=molior
REGISTRY_PASSWORD=molior-dev
# Note: make sure registry:user/password in config/backend-docker.yml match these settings
# Create aptly login
APTLY_USER=molior
APTLY_PASSWORD=molior-dev
# Note: make sure aptly:api_user/api_pass in config/molior.yml match these settings