Commit 0a8a26b 1 parent 2b1107c commit 0a8a26b Copy full SHA for 0a8a26b
File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,7 @@ Create following Infra components in AWS and it should be only use ipv6 IP addre
12
12
6 . Grafana
13
13
7 . Victoria-Metrics-Components
14
14
8 . Fluent-bit+Self-hosted ElasticSearch+Kibana
15
+
16
+ ==========================================================================================
17
+ Test Locally
18
+ $ docker compose up --build -d
Original file line number Diff line number Diff line change
1
+ version : ' 3.8'
2
+
3
+ services :
4
+ application01 :
5
+ build :
6
+ context : ./apps/ipv6-p01-application-01
7
+ ports :
8
+ - " 8080:8080"
9
+ networks :
10
+ - app_network
11
+
12
+ application02 :
13
+ build :
14
+ context : ./apps/ipv6-p01-application-01
15
+ environment :
16
+ - APP_ENV=docker
17
+ ports :
18
+ - " 8090:8090"
19
+ networks :
20
+ - app_network
21
+
22
+ networks :
23
+ app_network :
You can’t perform that action at this time.
0 commit comments