File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change 1
1
version : ' 3.7'
2
2
services :
3
- api :
4
- # Use dev target locally since there's no need to save space and contains everything
5
- image : cord-api-v3:dev
6
- build :
7
- context : .
8
- target : dev
9
- command : yarn start:prod
10
- ports :
11
- - 3000:80
12
- networks :
13
- - cord
14
- depends_on :
15
- - db
16
- - pg
17
- environment :
18
- NEO4J_URL : bolt://db:7687
19
- NEO4J_USERNAME : neo4j
20
- NEO4J_PASSWORD : admin
21
-
22
3
db :
23
4
image : neo4j:5.10-enterprise
24
5
ports :
@@ -34,29 +15,5 @@ services:
34
15
NEO4J_dbms_security_auth__enabled : ' false'
35
16
NEO4J_dbms_security_auth__minimum__password__length : 1
36
17
37
- pg :
38
- image : postgres
39
- ports :
40
- - 5432:5432
41
- networks :
42
- - cord
43
- environment :
44
- POSTGRES_USER : postgres
45
- POSTGRES_PASSWORD : postgres
46
- POSTGRES_DB : cord
47
-
48
- pgadmin :
49
- image : dpage/pgadmin4
50
- restart : always
51
- networks :
52
- - cord
53
- environment :
54
- PGADMIN_DEFAULT_EMAIL :
[email protected]
55
- PGADMIN_DEFAULT_PASSWORD : postgres
56
- ports :
57
- - ' 5050:80'
58
- depends_on :
59
- - pg
60
-
61
18
networks :
62
19
cord :
You can’t perform that action at this time.
0 commit comments