Skip to content

Commit 40884e2

Browse files
committed
Revert "Dont autostart mongodb"
This reverts commit 0a6adc2.
1 parent 0a6adc2 commit 40884e2

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

core/docker-compose.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ services:
9494
'
9595
command: |
9696
mongod --bind_ip_all --replSet ${MONGODB_RS_NAME:-openconext} --keyFile /keyfile
97+
restart: always
9798
ports:
9899
- "27017:27017"
99100
networks:
@@ -449,21 +450,6 @@ services:
449450
profiles:
450451
- "sbs"
451452

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-
467453
networks:
468454
coreconextdev:
469455
driver: bridge

0 commit comments

Comments
 (0)