init
This commit is contained in:
parent
eb5e612105
commit
da98b22ad1
@ -33,7 +33,9 @@ then
|
|||||||
else
|
else
|
||||||
python cic_ussd/import_users.py -vv -c "$CONFIG" --ussd-host "$USSD_HOST" --ussd-port "$USSD_PORT" --ussd-no-ssl "$IMPORT_DIR"
|
python cic_ussd/import_users.py -vv -c "$CONFIG" --ussd-host "$USSD_HOST" --ussd-port "$USSD_PORT" --ussd-no-ssl "$IMPORT_DIR"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Waiting for import balance job to complete ..."
|
echo "Waiting for import balance job to complete ..."
|
||||||
|
|
||||||
tail --pid="$IMPORT_BALANCE_JOB" -f /dev/null
|
tail --pid="$IMPORT_BALANCE_JOB" -f /dev/null
|
||||||
set -e
|
set -e
|
||||||
echo "Importing pins"
|
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:
|
volumes:
|
||||||
- contract-config:/tmp/cic/config
|
- contract-config:/tmp/cic/config
|
||||||
|
|
||||||
|
|
||||||
cic-cache-tracker:
|
cic-cache-tracker:
|
||||||
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cic-cache:${TAG:-latest}
|
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cic-cache:${TAG:-latest}
|
||||||
profiles:
|
profiles:
|
||||||
|
Loading…
Reference in New Issue
Block a user