File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 8
8
RUN \
9
9
apk add --no-cache \
10
10
build-base \
11
- libffi-dev \
12
11
py3-pip \
13
12
python3 \
14
13
python3-dev && \
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ services:
24
24
ipv4_address : ' 169.254.170.3'
25
25
depends_on :
26
26
- minio
27
+ - motoserver
27
28
- ecs-credentials-endpoint
28
29
minio :
29
30
build :
@@ -43,6 +44,13 @@ services:
43
44
ecs_emulation :
44
45
ipv4_address : ' 169.254.170.4'
45
46
47
+ motoserver :
48
+ image : motoserver/moto:latest
49
+ ports :
50
+ - " 3000:3000"
51
+ environment :
52
+ - MOTO_PORT=3000
53
+
46
54
ecs-credentials-endpoint :
47
55
build :
48
56
context : .
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ dependencies = [
25
25
dev = [
26
26
' aiohttp==3.*' ,
27
27
' sentry-sdk>=1.11.1' ,
28
- ' moto[proxy]>=5.0.3'
29
28
]
30
29
31
30
[project .urls ]
You can’t perform that action at this time.
0 commit comments