Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
Giles Bradshaw | 0919351d98 | |
Giles Bradshaw | 527f2cf062 | |
Giles Bradshaw | a04357c557 | |
Giles Bradshaw | 97c12de167 | |
Giles Bradshaw | 97c34b8528 |
|
@ -13,6 +13,7 @@ local register = import 'node_modules/@sigyl/jsonnet-drone/register.libsonnet';
|
|||
publicSecrets,
|
||||
secretSecrets,
|
||||
[
|
||||
'DOMAIN',
|
||||
'REGISTRY_DOMAIN',
|
||||
'REGISTRY_PORT',
|
||||
'REGISTRY_PASSWORD',
|
||||
|
|
|
@ -94,6 +94,7 @@ steps:
|
|||
- drone_build_number
|
||||
- drone_repo_name
|
||||
- drone_repo_namespace
|
||||
- domain
|
||||
- registry_domain
|
||||
- registry_port
|
||||
- registry_password
|
||||
|
@ -108,6 +109,7 @@ steps:
|
|||
- export CHAT_ADMIN_PASSWORD=$${CHAT_ADMIN_PASSWORD}
|
||||
- export CHAT_ADMIN_NAME=$${CHAT_ADMIN_NAME}
|
||||
- export CHAT_ADMIN_EMAIL=$${CHAT_ADMIN_EMAIL}
|
||||
- export DOMAIN=$${DOMAIN}
|
||||
- export REGISTRY_DOMAIN=$${REGISTRY_DOMAIN}
|
||||
- export REGISTRY_PORT=$${REGISTRY_PORT}
|
||||
- export REGISTRY_PASSWORD=$${REGISTRY_PASSWORD}
|
||||
|
|
|
@ -29,7 +29,7 @@ services:
|
|||
restart_policy:
|
||||
condition: any
|
||||
hostname: chat-mongo
|
||||
image: mongo:4.4.0@sha256:ebd31eaac273a9544a33387aa859b0a8676565340a40fc824fa7bda686f462f1
|
||||
image: mongo:4.2.10@sha256:2fc6a72a6e563f51f5fcc9e997eed996cec4db45aa0d415ff61928a9ecbbee95
|
||||
networks:
|
||||
- appnet
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue