init
This commit is contained in:
parent
eb5e612105
commit
da98b22ad1
@ -33,7 +33,9 @@ then
|
||||
else
|
||||
python cic_ussd/import_users.py -vv -c "$CONFIG" --ussd-host "$USSD_HOST" --ussd-port "$USSD_PORT" --ussd-no-ssl "$IMPORT_DIR"
|
||||
fi
|
||||
|
||||
echo "Waiting for import balance job to complete ..."
|
||||
|
||||
tail --pid="$IMPORT_BALANCE_JOB" -f /dev/null
|
||||
set -e
|
||||
echo "Importing pins"
|
||||
|
16
docker-compose.auth.yml
Normal file
16
docker-compose.auth.yml
Normal file
@ -0,0 +1,16 @@
|
||||
services:
|
||||
cic-frontend-auth:
|
||||
image: registry.gitlab.com/grassrootseconomics/cic-auth-proxy:latest
|
||||
environment:
|
||||
GPG_TRUSTED_PUBLICKEY_FINGERPRINT: CCE2E1D2D0E36ADE0405E2D0995BB21816313BD5
|
||||
GPG_IMPORT_DIR: /usr/src/cic-auth-proxy/meta/tests/testdata/dev/
|
||||
GPG_PUBLICKEY_FILENAME: publickeys.asc
|
||||
GPG_SIGNATURE_FILENAME: signature.asc
|
||||
PROXY_HOST: cic-meta-server
|
||||
PROXY_PORT: 80
|
||||
PROXY_PROTO: http
|
||||
PROXY_PATH_PREFIX: "/"
|
||||
HOMEDIR: .gnupg
|
||||
ports:
|
||||
- 8080:80
|
||||
|
@ -117,6 +117,7 @@ services:
|
||||
volumes:
|
||||
- contract-config:/tmp/cic/config
|
||||
|
||||
|
||||
cic-cache-tracker:
|
||||
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cic-cache:${TAG:-latest}
|
||||
profiles:
|
||||
|
Loading…
Reference in New Issue
Block a user