We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6adc2 commit 40884e2Copy full SHA for 40884e2
1 file changed
core/docker-compose.yml
@@ -94,6 +94,7 @@ services:
94
'
95
command: |
96
mongod --bind_ip_all --replSet ${MONGODB_RS_NAME:-openconext} --keyFile /keyfile
97
+ restart: always
98
ports:
99
- "27017:27017"
100
networks:
@@ -449,21 +450,6 @@ services:
449
450
profiles:
451
- "sbs"
452
- chrome:
453
- image: alpeware/chrome-headless-trunk
454
- ports:
455
- - 9222:9222
456
- environment:
457
- - CHROME_OPTS=--ignore-certificate-errors --window-size=1920,1080 --ignore-ssl-errors
458
- volumes:
459
- - /tmp/chromedata/:/data
460
- networks:
461
- coreconextdev:
462
- aliases:
463
- - chrome.dev.openconext.local
464
- profiles:
465
- - "test"
466
-
467
468
coreconextdev:
469
driver: bridge
0 commit comments