File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- FROM python:3.8-slim-buster
1+ FROM docker.io/ python:3.8-slim-buster
22EXPOSE 8000
33
4- RUN bash -c 'echo $ID_MANAGER_API_PORT'
5-
64WORKDIR /usr/src/api/id_manager
75COPY . /usr/src/api/id_manager
86COPY digest_service /usr/src/api/id_manager
Original file line number Diff line number Diff line change 1- FROM secoresearch/fuseki:4.5.0
1+ FROM docker.io/ secoresearch/fuseki:4.5.0
22
33USER root
44RUN apt-get update; \
Original file line number Diff line number Diff line change 1- FROM postgres:14.4-alpine
1+ FROM docker.io/ postgres:14.4-alpine
22
33USER root
44COPY ./services/postgres/* /docker-entrypoint-initdb.d/
You can’t perform that action at this time.
0 commit comments