File tree Expand file tree Collapse file tree 3 files changed +2
-31
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 3 files changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,5 @@ MONGO_HOST={{cookiecutter.mongo_host}}
43
43
MONGO_USER = {{cookiecutter.mongo_user}}
44
44
MONGO_PASSWORD = {{cookiecutter.mongodb_password}}
45
45
MONGO_DATABASE = {{cookiecutter.mongodb_database}}
46
- # To override these settings, set
47
- # MONGO_DATABASE_URI=
48
-
49
- # Neo4j
50
- # NEO4J_SERVER=neo4j
51
- # NEO4J_USERNAME=neo4j
52
- # NEO4J_PASSWORD={{cookiecutter.neo4j_password}}
53
- # NEO4J_AUTH=neo4j:{{cookiecutter.neo4j_password}}
54
- # NEO4J_BOLT=bolt
46
+ # To override the mongo URI, override with this setting
47
+ # MONGO_DATABASE_URI=
Original file line number Diff line number Diff line change @@ -27,14 +27,6 @@ services:
27
27
- traefik.http.routers.${STACK_NAME?Variable not set}-traefik-public-http.rule=Host(`${DOMAIN?Variable not set}`)
28
28
- traefik.http.services.${STACK_NAME?Variable not set}-traefik-public.loadbalancer.server.port=80
29
29
30
- pgadmin :
31
- ports :
32
- - " 5050:5050"
33
-
34
- neo4j :
35
- environment :
36
- - NEO4J_AUTH=none
37
-
38
30
flower :
39
31
ports :
40
32
- " 5555:5555"
Original file line number Diff line number Diff line change @@ -118,11 +118,6 @@ services:
118
118
119
119
backend :
120
120
image : " ${DOCKER_IMAGE_BACKEND?Variable not set}:${TAG-latest}"
121
- depends_on :
122
- - db
123
- - neo4j
124
- volumes :
125
- - app-neo4j-import:/app/imports
126
121
logging :
127
122
driver : " json-file"
128
123
options :
@@ -153,12 +148,6 @@ services:
153
148
154
149
celeryworker :
155
150
image : " ${DOCKER_IMAGE_CELERYWORKER?Variable not set}:${TAG-latest}"
156
- depends_on :
157
- - db
158
- - neo4j
159
- - queue
160
- volumes :
161
- - app-neo4j-import:/app/imports
162
151
logging :
163
152
driver : " json-file"
164
153
options :
@@ -200,9 +189,6 @@ services:
200
189
201
190
volumes :
202
191
app-db-data :
203
- app-neo4j-data :
204
- app-neo4j-plugins :
205
- app-neo4j-import :
206
192
207
193
networks :
208
194
traefik-public :
You can’t perform that action at this time.
0 commit comments