forked from radicle-dev/radicle-client-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.gcp.yml
29 lines (29 loc) · 1.06 KB
/
docker-compose.gcp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: "3.9"
services:
http-api:
logging:
driver: fluentd
options:
fluentd-address: 127.0.0.1:24224
tag: docker.http_api
volumes:
- /var/opt/radicle-seed/.radicle:/app/radicle:ro
user: $RADICLE_SEED_USER:$RADICLE_SEED_USER
command: ["--log-format", "gcp"]
org-node:
logging:
driver: fluentd
options:
fluentd-address: 127.0.0.1:24224
tag: docker.org_node
volumes:
- /var/opt/radicle-seed/.radicle:/app/radicle
user: $RADICLE_SEED_USER:$RADICLE_SEED_USER
command: ["--orgs", $RADICLE_ORGS, "--subgraph", "https://gateway.thegraph.com/api/1758a78ae257ad4906f9c638e4a68c19/subgraphs/id/0x2f0963e77ca6ac0c2dad1bf4147b6b40e0dd8728-0", "--rpc-url", $ETH_RPC_URL, "--log-format", "gcp", '--influxdb', 'http://influxdb:8086', '--influxdb-token', $RADICLE_INFLUXDB_TOKEN]
git-server:
volumes:
- /var/opt/radicle-seed/.radicle:/app/radicle
influxdb:
volumes:
- /var/opt/radicle-seed/.radicle/influxdb:/var/lib/influxdb2
- $PWD/influxdb:/docker-entrypoint-initdb.d