feat: remove redundant folders
This commit is contained in:
@@ -1,30 +1,27 @@
|
||||
networks:
|
||||
server:
|
||||
name: server
|
||||
xtdb:
|
||||
external: false
|
||||
|
||||
volumes:
|
||||
mongo:
|
||||
xtdb:
|
||||
driver: local
|
||||
|
||||
services:
|
||||
|
||||
# MongoDB
|
||||
# --------------------------------------------------------------------------------
|
||||
# Used by event store and read store for managing and reading application data.
|
||||
# Used by event store and read store for managing and reading application data.
|
||||
|
||||
# mongo:
|
||||
# restart: unless-stopped
|
||||
# image: mongo:8
|
||||
# container_name: boilerplate_mongo
|
||||
# ports:
|
||||
# - 6017:27017
|
||||
# environment:
|
||||
# MONGO_INITDB_ROOT_USERNAME: root
|
||||
# MONGO_INITDB_ROOT_PASSWORD: password
|
||||
# volumes:
|
||||
# - mongo:/data/db
|
||||
# networks:
|
||||
# - server
|
||||
xtdb:
|
||||
restart: unless-stopped
|
||||
image: ghcr.io/xtdb/xtdb:latest
|
||||
container_name: xtdb
|
||||
networks:
|
||||
- xtdb
|
||||
ports:
|
||||
- 5432:5432
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- xtdb:/var/lib/xtdb
|
||||
|
||||
# Cerbos
|
||||
# --------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user