We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8998443 commit f5cde9cCopy full SHA for f5cde9c
docker-compose.yml
@@ -26,18 +26,18 @@ services:
26
GRAPH_GRAPHQL_MAX_FIRST: '1000'
27
28
ipfs:
29
- image: daostack/test-env-ipfs:3.0.32
+ image: daostack/test-env-ipfs:3.0.33
30
ports:
31
- 5001:5001
32
33
postgres:
34
- image: daostack/test-env-postgres:3.0.32
+ image: daostack/test-env-postgres:3.0.33
35
36
- 9432:5432
37
environment:
38
POSTGRES_PASSWORD: 'letmein'
39
40
ganache:
41
- image: daostack/test-env-ganache:3.0.32
+ image: daostack/test-env-ganache:3.0.33
42
43
- 8545:8545
0 commit comments