NCP-3 add UserContent entity #5
+7
-17
@@ -13,8 +13,7 @@ services:
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
container_name: postgres
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
|
||||
app:
|
||||
# image: popovtsev/ncp
|
||||
@@ -30,8 +29,7 @@ services:
|
||||
- db
|
||||
ports:
|
||||
- "81:8080"
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:10.3.1
|
||||
@@ -60,8 +58,7 @@ services:
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:latest
|
||||
@@ -75,8 +72,7 @@ services:
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
|
||||
loki:
|
||||
image: grafana/loki:2.9.2
|
||||
@@ -90,8 +86,7 @@ services:
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
|
||||
tempo:
|
||||
image: grafana/tempo:2.4.1
|
||||
@@ -102,8 +97,7 @@ services:
|
||||
- tempo_data:/var/tempo
|
||||
ports:
|
||||
- "3200:3200"
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
|
||||
alloy:
|
||||
image: grafana/alloy:latest
|
||||
@@ -125,8 +119,7 @@ services:
|
||||
- --server.http.listen-addr=0.0.0.0:9080
|
||||
- --storage.path=/var/lib/alloy/data
|
||||
- /etc/alloy/config.alloy
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
|
||||
volumes:
|
||||
pgdata:
|
||||
@@ -136,6 +129,3 @@ volumes:
|
||||
loki_chunks:
|
||||
loki_index:
|
||||
loki_rules:
|
||||
networks:
|
||||
app-network:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user