This commit is contained in:
@@ -54,6 +54,7 @@ x-penpot-body-size: &penpot-http-body-size
|
|||||||
# Max multipart body size (350MiB)
|
# Max multipart body size (350MiB)
|
||||||
PENPOT_HTTP_SERVER_MAX_MULTIPART_BODY_SIZE: 367001600
|
PENPOT_HTTP_SERVER_MAX_MULTIPART_BODY_SIZE: 367001600
|
||||||
x-signoz-common: &signoz-common
|
x-signoz-common: &signoz-common
|
||||||
|
profiles: ["rinoa-apps"]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
x-signoz-clickhouse-defaults: &signoz-clickhouse-defaults
|
x-signoz-clickhouse-defaults: &signoz-clickhouse-defaults
|
||||||
<<: *signoz-common
|
<<: *signoz-common
|
||||||
@@ -1317,6 +1318,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 63561:3000
|
- 63561:3000
|
||||||
- 9394:9394 # Prometheus exporter, uncomment if needed
|
- 9394:9394 # Prometheus exporter, uncomment if needed
|
||||||
|
profiles: ["rinoa-apps"]
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
@@ -2097,6 +2099,7 @@ services:
|
|||||||
#- 10000:10000/udp # Custom UDP port
|
#- 10000:10000/udp # Custom UDP port
|
||||||
- 13301:13301/tcp # Forwarder data
|
- 13301:13301/tcp # Forwarder data
|
||||||
- 13302:13302/tcp # Forwarder config
|
- 13302:13302/tcp # Forwarder config
|
||||||
|
profiles: ["rinoa-apps"]
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- graylog-data:/usr/share/graylog/data/data
|
- graylog-data:/usr/share/graylog/data/data
|
||||||
@@ -2119,6 +2122,7 @@ services:
|
|||||||
- 8999:8999
|
- 8999:8999
|
||||||
- 9200:9200
|
- 9200:9200
|
||||||
- 9300:9300
|
- 9300:9300
|
||||||
|
profiles: ["rinoa-apps"]
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ulimits:
|
ulimits:
|
||||||
memlock:
|
memlock:
|
||||||
@@ -4768,6 +4772,7 @@ services:
|
|||||||
swag.uptime-kuma.monitor.maxretries: 5
|
swag.uptime-kuma.monitor.maxretries: 5
|
||||||
ports:
|
ports:
|
||||||
- 54476:1337
|
- 54476:1337
|
||||||
|
profiles: ["rinoa-apps"]
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- planka-favicons:/app/public/favicons
|
- planka-favicons:/app/public/favicons
|
||||||
@@ -6015,6 +6020,7 @@ services:
|
|||||||
- async
|
- async
|
||||||
- --dsn=tcp://signoz-clickhouse:9000
|
- --dsn=tcp://signoz-clickhouse:9000
|
||||||
- --up=
|
- --up=
|
||||||
|
profiles: ["rinoa-apps"]
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
signoz-schema-migrator-sync:
|
signoz-schema-migrator-sync:
|
||||||
<<: *signoz-common
|
<<: *signoz-common
|
||||||
@@ -6027,6 +6033,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
signoz-clickhouse:
|
signoz-clickhouse:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
profiles: ["rinoa-apps"]
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
signoz-zookeeper-1:
|
signoz-zookeeper-1:
|
||||||
<<: *signoz-zookeeper-defaults
|
<<: *signoz-zookeeper-defaults
|
||||||
|
|||||||
Reference in New Issue
Block a user