Compare commits

..

5 Commits

Author SHA1 Message Date
nolash
d3bdc850e5 Add abis back 2021-02-11 18:10:58 +01:00
nolash
33c00ed93b Set cic-eth seed script to run sequentially after contract migration 2021-02-11 17:20:31 +01:00
nolash
6d6285a897 Once AGAIN fix ports in docker compose 2021-02-11 15:49:56 +01:00
nolash
5216a18fbb Merge remote-tracking branch 'origin/master' into lash/correct-db-names 2021-02-11 14:23:23 +01:00
nolash
2ec785488e Correct db names in compose, cic-eth query var scope 2021-02-11 14:23:17 +01:00
5 changed files with 18 additions and 5 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "apps/cic-cache"]
path = apps/cic-cache
url = git@gitlab.com:grassrootseconomics/cic-cache.git

View File

@@ -14,9 +14,7 @@ RUN pip install -r $root_requirement_file $pip_extra_index_url_flag
COPY cic-notify/setup.cfg \
cic-notify/setup.py \
./
COPY cic-notify/cic_notify/ ./cic_notify/
COPY cic-notify/requirements.txt \
cic-notify/test_requirements.txt \
./

View File

@@ -0,0 +1,13 @@
FROM grassrootseconomics:cic-notify
#FROM python:3.8.6-alpine
#RUN apk update && \
# apk add gnupg libpq
#COPY --from=0 /usr/local/ /usr/local/
#COPY --from=0 /root/ /root/
#RUN apk add bash
WORKDIR /root

View File

@@ -413,9 +413,7 @@ services:
cic-notify-tasker:
build:
context: apps/
dockerfile: cic-notify/docker/Dockerfile
image: grassrootseconomics:cic-notify-service
environment:
DATABASE_USER: ${DATABASE_USER:-grassroots}
DATABASE_HOST: ${DATABASE_HOST:-postgres}

View File

@@ -0,0 +1 @@
{}