mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Include epplibwrapper module
This commit is contained in:
parent
d3cc3853c1
commit
ce7cfc1a53
14 changed files with 325 additions and 49 deletions
|
@ -33,6 +33,16 @@ services:
|
|||
# AWS credentials
|
||||
- AWS_ACCESS_KEY_ID
|
||||
- AWS_SECRET_ACCESS_KEY
|
||||
# Set a username for accessing the registry
|
||||
- REGISTRY_CL_ID
|
||||
# Set a password for accessing the registry
|
||||
- REGISTRY_PASSWORD
|
||||
# Set a private certifcate for accessing the registry
|
||||
- REGISTRY_CERT
|
||||
# Set a private certifcate's key for accessing the registry
|
||||
- REGISTRY_KEY
|
||||
# Set a URI for accessing the registry
|
||||
- REGISTRY_HOSTNAME
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue