Skip to content

Commit

Permalink
rocketchat: get rid of rocketchat-network
Browse files Browse the repository at this point in the history
  • Loading branch information
eugulixes committed Jul 10, 2024
1 parent feffab2 commit 780e96f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions rocketchat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ services:
rocketchat:
image: cusdeb/rocketchat:6.9-amd64
restart: always
networks:
- rocketchat-network
environment:
- PORT=8006
- MONGO_DATABASE=rocketchat
Expand All @@ -16,15 +14,11 @@ services:
mongo:
image: mongo:4.4
restart: always
networks:
- rocketchat-network
volumes:
- ./_db:/data/db
command: mongod --oplogSize 128 --replSet rs0
mongo-init-replica:
image: mongo:4.4
networks:
- rocketchat-network
command: >
bash -c
"for i in $$(seq 1 30); do
Expand All @@ -38,6 +32,3 @@ services:
done; (exit $$s)"
depends_on:
- mongo
networks:
rocketchat-network:
driver: bridge

0 comments on commit 780e96f

Please sign in to comment.