Skip to content

Commit 833ce9b

Browse files
committed
first version
1 parent 1ad3b7f commit 833ce9b

8 files changed

Lines changed: 6 additions & 30 deletions

File tree

infra/aws/digest-api-ecs-params.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ run_params:
77
subnets:
88
- ${SUBNET_1_ID}
99
- ${SUBNET_2_ID}
10-
- ${SUBNET_3_ID}
1110
security_groups:
1211
- $SECURITY_GROUP
1312
assign_public_ip: DISABLED

infra/aws/digest-api.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ services:
1212
ecs-local-network: null
1313
ports:
1414
- 8000:8000
15-
#networks:
16-
# ecs-local-network:
17-
# external: true
15+
networks:
16+
ecs-local-network:
17+
external: true

infra/aws/fuseki-ecs-params.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ run_params:
1111
subnets:
1212
- $SUBNET_1_ID
1313
- $SUBNET_2_ID
14-
- $SUBNET_3_ID
1514
security_groups:
1615
- $SECURITY_GROUP
1716
assign_public_ip: DISABLED

infra/aws/mongo-ecs-params.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ run_params:
1111
subnets:
1212
- $SUBNET_1_ID
1313
- $SUBNET_2_ID
14-
- $SUBNET_3_ID
1514
security_groups:
1615
- $SECURITY_GROUP
1716
assign_public_ip: DISABLED

infra/aws/readme.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

infra/digest_api/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
FROM python:3.8-slim-buster
1+
FROM docker.io/python:3.8-slim-buster
22
EXPOSE 8000
33

4-
RUN bash -c 'echo $ID_MANAGER_API_PORT'
5-
64
WORKDIR /usr/src/api/id_manager
75
COPY . /usr/src/api/id_manager
86
COPY digest_service /usr/src/api/id_manager

infra/fuseki/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM secoresearch/fuseki:4.5.0
1+
FROM docker.io/secoresearch/fuseki:4.5.0
22

33
USER root
44
RUN apt-get update; \

infra/metabase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:14.4-alpine
1+
FROM docker.io/postgres:14.4-alpine
22

33
USER root
44
COPY ./services/postgres/* /docker-entrypoint-initdb.d/

0 commit comments

Comments
 (0)